diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-08-13 10:51:17 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-08-13 10:51:17 +1000 |
commit | 5ee2d9b28650bf9e4c57ccd4665ecfabf9dcecca (patch) | |
tree | 0b2da58c9e747fa285088d78708db44a69f3d365 /test | |
parent | ced8a8bdfbde2f7c39bf75634eac6210f1d9729f (diff) | |
download | skiboot-5ee2d9b28650bf9e4c57ccd4665ecfabf9dcecca.zip skiboot-5ee2d9b28650bf9e4c57ccd4665ecfabf9dcecca.tar.gz skiboot-5ee2d9b28650bf9e4c57ccd4665ecfabf9dcecca.tar.bz2 |
fix boot-coverage-report target for updated boot_test.sh
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.check | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Makefile.check b/test/Makefile.check index 8e6dddf..de23bfb 100644 --- a/test/Makefile.check +++ b/test/Makefile.check @@ -13,8 +13,8 @@ boot-tests: boot-check $(OP_BUILD_BOOT_CHECK:%=boot-check-%) boot-coverage-report: boot-tests extract-gcov skiboot.map all-boot-hardware CROSS=$(CROSS) BOOT_TESTS="hello_world boot_test ${OP_BUILD_BOOT_CHECK} ${FSP_GCOV_MACHINES}" ./test/make-boot-coverage-report.sh -boot-hardware-%: skiboot.lid skiboot.map - ./external/boot-tests/boot_test.sh -v -p -t $(@:boot-hardware-%=%) -1 skiboot.lid - ./external/boot-tests/extract_gcov.sh $(@:boot-hardware-%=%) +boot-fsp-hardware-%: skiboot.lid skiboot.map + ./external/boot-tests/boot_test.sh -v -p -b fsp -t $(@:boot-fsp-hardware-%=%) -1 skiboot.lid + ./external/boot-tests/extract_gcov.sh $(@:boot-fsp-hardware-%=%) -all-boot-hardware: $(FSP_GCOV_MACHINES:%=boot-hardware-%)
\ No newline at end of file +all-boot-hardware: $(FSP_GCOV_MACHINES:%=boot-fsp-hardware-%) |