diff options
-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-%) |