diff options
Diffstat (limited to 'test/Makefile.check')
-rw-r--r-- | test/Makefile.check | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.check b/test/Makefile.check index c951cb8..8e6dddf 100644 --- a/test/Makefile.check +++ b/test/Makefile.check @@ -5,7 +5,7 @@ boot-check: skiboot.lid OP_BUILD_BOOT_CHECK=op-build-v1.0 op-build-v1.1 op-build-v1.2 op-build-v1.2.1 -boot-check-%: +boot-check-%: skiboot.lid skiboot.map SKIBOOT_MEM_DUMP=skiboot-$(@:boot-check-%=%).dump SKIBOOT_ZIMAGE=`pwd`/opal-ci/images/$(@:boot-check-%=%)/zImage.epapr ./test/run_boot_test.sh boot-tests: boot-check $(OP_BUILD_BOOT_CHECK:%=boot-check-%) @@ -13,7 +13,7 @@ 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-%: +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-%=%) |