summaryrefslogtreecommitdiffstats
path: root/src/usr/testcore
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/testcore')
-rw-r--r--src/usr/testcore/lib/makefile4
-rw-r--r--src/usr/testcore/lib/runtime/makefile5
-rw-r--r--src/usr/testcore/makefile6
3 files changed, 9 insertions, 6 deletions
diff --git a/src/usr/testcore/lib/makefile b/src/usr/testcore/lib/makefile
index e2516304e..6d2bcd41b 100644
--- a/src/usr/testcore/lib/makefile
+++ b/src/usr/testcore/lib/makefile
@@ -5,7 +5,7 @@
#
# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2011,2013
+# COPYRIGHT International Business Machines Corp. 2011,2014
#
# p1
#
@@ -25,6 +25,6 @@ ROOTPATH = ../../../..
MODULE = testsyslib
TESTS = *.H
-SUBDIRS = runtime.d
+SUBDIRS += runtime.d
include ${ROOTPATH}/config.mk
diff --git a/src/usr/testcore/lib/runtime/makefile b/src/usr/testcore/lib/runtime/makefile
index a745479fd..8fcdc55ac 100644
--- a/src/usr/testcore/lib/runtime/makefile
+++ b/src/usr/testcore/lib/runtime/makefile
@@ -5,7 +5,7 @@
#
# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2013
+# COPYRIGHT International Business Machines Corp. 2013,2014
#
# p1
#
@@ -24,7 +24,8 @@ HOSTBOOT_RUNTIME = 1
ROOTPATH = ../../../../..
MODULE = testsyslib_rt
-TESTCASES = stltest.H string.H
+TESTCASES += stltest.H
+TESTCASES += string.H
TESTS = $(addprefix ../,$(TESTCASES))
include $(ROOTPATH)/config.mk
diff --git a/src/usr/testcore/makefile b/src/usr/testcore/makefile
index a11fbeb1a..4aa780f81 100644
--- a/src/usr/testcore/makefile
+++ b/src/usr/testcore/makefile
@@ -5,7 +5,7 @@
#
# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2011,2013
+# COPYRIGHT International Business Machines Corp. 2011,2014
#
# p1
#
@@ -22,7 +22,9 @@
# IBM_PROLOG_END_TAG
ROOTPATH = ../../..
-SUBDIRS = lib.d kernel.d rtloader.d
+SUBDIRS += lib.d
+SUBDIRS += kernel.d
+SUBDIRS += rtloader.d
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud