aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.check')
-rw-r--r--test/Makefile.check14
1 files changed, 13 insertions, 1 deletions
diff --git a/test/Makefile.check b/test/Makefile.check
index ffe4cb7..e2b960d 100644
--- a/test/Makefile.check
+++ b/test/Makefile.check
@@ -3,7 +3,19 @@ check: boot-check
boot-check: skiboot.lid
./test/run_boot_test.sh
-boot-tests: boot-check
+boot-check-op-build-v1.0:
+ SKIBOOT_MEM_DUMP=skiboot-op-build-v1.0.dump SKIBOOT_ZIMAGE=`pwd`/opal-ci/images/op-build-v1.0/zImage.epapr ./test/run_boot_test.sh
+
+boot-check-op-build-v1.1:
+ SKIBOOT_MEM_DUMP=skiboot-op-build-v1.1.dump SKIBOOT_ZIMAGE=`pwd`/opal-ci/images/op-build-v1.1/zImage.epapr ./test/run_boot_test.sh
+
+boot-check-op-build-v1.2:
+ SKIBOOT_MEM_DUMP=skiboot-op-build-v1.2.dump SKIBOOT_ZIMAGE=`pwd`/opal-ci/images/op-build-v1.2/zImage.epapr ./test/run_boot_test.sh
+
+boot-check-op-build-v1.2.1:
+ SKIBOOT_MEM_DUMP=skiboot-op-build-v1.2.1.dump SKIBOOT_ZIMAGE=`pwd`/opal-ci/images/op-build-v1.2.1/zImage.epapr ./test/run_boot_test.sh
+
+boot-tests: boot-check boot-check-op-build-v1.0 boot-check-op-build-v1.1 boot-check-op-build-v1.2 boot-check-op-build-v1.2.1
boot-coverage-report: boot-tests extract-gcov skiboot.map
CROSS=$(CROSS) ./test/make-boot-coverage-report.sh