aboutsummaryrefslogtreecommitdiff
path: root/test/hello_world
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-07-12 19:14:08 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-07-12 19:18:28 +1000
commit0bc98df67e3792c05625aa0d57f59bc70a4e6272 (patch)
tree86f263502d08967b3ae61c75fb30bf80833f6112 /test/hello_world
parent2ceb8b8c0ac53a9014e83d12e1c758d5f9e07fe6 (diff)
downloadskiboot-0bc98df67e3792c05625aa0d57f59bc70a4e6272.zip
skiboot-0bc98df67e3792c05625aa0d57f59bc70a4e6272.tar.gz
skiboot-0bc98df67e3792c05625aa0d57f59bc70a4e6272.tar.bz2
make remaining noisy tests quiet
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'test/hello_world')
-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 $@ $< ,$@)