summaryrefslogtreecommitdiffstats
path: root/test/Makefile.check
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2016-03-01 16:55:52 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-03-07 13:47:43 +1100
commit1325599645ff46b0c767ef23ee8a36c0c7a4d13f (patch)
treebff3af6d364dd866700efee1ef402edec26ff841 /test/Makefile.check
parent9a25fcc0503488c63c4443a8dde9f77e90c314a5 (diff)
downloadtalos-skiboot-1325599645ff46b0c767ef23ee8a36c0c7a4d13f.tar.gz
talos-skiboot-1325599645ff46b0c767ef23ee8a36c0c7a4d13f.zip
test: add multithreaded mambo tests
Adds make targets to perform boot tests using multithreaded mambo. There are seperate targets for the kernel and hello_world payloads. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> [stewart@linux.vnet.ibm.com: Use SMT rather than threaded in test description] Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'test/Makefile.check')
-rw-r--r--test/Makefile.check5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile.check b/test/Makefile.check
index 8dc540a6..a361e7fc 100644
--- a/test/Makefile.check
+++ b/test/Makefile.check
@@ -1,8 +1,11 @@
-check: boot-check qemu-boot-check debian-jessie-boot-check
+check: boot-check boot-smt-check qemu-boot-check debian-jessie-boot-check
boot-check: skiboot.lid
./test/run_mambo_boot_test.sh
+boot-smt-check: skiboot.lid
+ THREADS=2 ./test/run_mambo_boot_test.sh
+
qemu-boot-check: skiboot.lid
./test/run_qemu_boot_test.sh
OpenPOWER on IntegriCloud