diff options
| author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-05-28 10:02:23 +1000 |
|---|---|---|
| committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-05-28 10:02:23 +1000 |
| commit | c9ff970ef205f43096de4dd36723e2d6196b5dd7 (patch) | |
| tree | 0180ee92e4192eb91002883b8b11e1b00d1d7077 /test | |
| parent | 1f91a25bd595274bb55567020c9804a58b9af2de (diff) | |
| download | talos-skiboot-c9ff970ef205f43096de4dd36723e2d6196b5dd7.tar.gz talos-skiboot-c9ff970ef205f43096de4dd36723e2d6196b5dd7.zip | |
Ensure skiboot is built before running boot tests
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'test')
| -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 c951cb87..8e6dddf1 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-%=%) |

