From 5ee2d9b28650bf9e4c57ccd4665ecfabf9dcecca Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Thu, 13 Aug 2015 10:51:17 +1000 Subject: fix boot-coverage-report target for updated boot_test.sh Signed-off-by: Stewart Smith --- test/Makefile.check | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test') 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-%) -- cgit v1.1