aboutsummaryrefslogtreecommitdiff
path: root/core/test
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-05-13 14:32:20 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-05-13 14:32:20 +1000
commit9bdc9f540ec4886c6e5e78b8e5d7c67a9568ffa5 (patch)
tree0727894b0f7519be632a1a0774259bc37a8a9a43 /core/test
parent34f1d9437e1031a24a9357052aa0d57c23481f5a (diff)
downloadskiboot-9bdc9f540ec4886c6e5e78b8e5d7c67a9568ffa5.zip
skiboot-9bdc9f540ec4886c6e5e78b8e5d7c67a9568ffa5.tar.gz
skiboot-9bdc9f540ec4886c6e5e78b8e5d7c67a9568ffa5.tar.bz2
Make makefile for core/test a bit prettier
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core/test')
-rw-r--r--core/test/Makefile.check14
1 files changed, 13 insertions, 1 deletions
diff --git a/core/test/Makefile.check b/core/test/Makefile.check
index ff63d3f..c6cf835 100644
--- a/core/test/Makefile.check
+++ b/core/test/Makefile.check
@@ -1,5 +1,17 @@
# -*-Makefile-*-
-CORE_TEST := core/test/run-device core/test/run-mem_region core/test/run-malloc core/test/run-malloc-speed core/test/run-mem_region_init core/test/run-mem_region_release_unused core/test/run-mem_region_release_unused_noalloc core/test/run-mem_region_reservations core/test/run-trace core/test/run-msg core/test/run-pel core/test/run-pool core/test/run-timer
+CORE_TEST := core/test/run-device \
+ core/test/run-mem_region \
+ core/test/run-malloc \
+ core/test/run-malloc-speed \
+ core/test/run-mem_region_init \
+ core/test/run-mem_region_release_unused \
+ core/test/run-mem_region_release_unused_noalloc \
+ core/test/run-mem_region_reservations \
+ core/test/run-trace \
+ core/test/run-msg \
+ core/test/run-pel \
+ core/test/run-pool \
+ core/test/run-timer
CORE_TEST_NOSTUB := core/test/run-console-log
CORE_TEST_NOSTUB += core/test/run-console-log-buf-overrun