aboutsummaryrefslogtreecommitdiff
path: root/test/hello_world/Makefile.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello_world/Makefile.check')
-rw-r--r--test/hello_world/Makefile.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/hello_world/Makefile.check b/test/hello_world/Makefile.check
index ee813f1..5633c19 100644
--- a/test/hello_world/Makefile.check
+++ b/test/hello_world/Makefile.check
@@ -9,13 +9,13 @@ boot-tests: hello_world-tests
check: hello_world-tests
$(HELLO_WORLD_TEST:%=%-check-smt-mambo): %-check-smt-mambo: % skiboot.lid
- THREADS=2 ./test/hello_world/run_mambo_hello_world.sh
+ $(call Q , BOOT TEST , THREADS=2 ./test/hello_world/run_mambo_hello_world.sh , $@)
$(HELLO_WORLD_TEST:%=%-check-mambo): %-check-mambo: % skiboot.lid
- ./test/hello_world/run_mambo_hello_world.sh
+ $(call Q , BOOT TEST , ./test/hello_world/run_mambo_hello_world.sh, $@)
$(HELLO_WORLD_TEST:%=%-check-qemu): %-check-qemu: % skiboot.lid
- ./test/hello_world/run_qemu_hello_world.sh
+ $(call Q , BOOT TEST , ./test/hello_world/run_qemu_hello_world.sh, $@)
test/hello_world/hello_kernel/hello_kernel.o: test/hello_world/hello_kernel/hello_kernel.S test/hello_world/hello_kernel/hello_kernel.ld
$(call Q,CC, $(CC) -m64 -c -MMD -o $@ $< ,$@)