summaryrefslogtreecommitdiffstats
path: root/src/usr/testcore/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/testcore/lib')
-rw-r--r--src/usr/testcore/lib/makefile4
-rw-r--r--src/usr/testcore/lib/runtime/makefile5
2 files changed, 5 insertions, 4 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
OpenPOWER on IntegriCloud