summaryrefslogtreecommitdiffstats
path: root/src/usr/testcore/lib/runtime/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/testcore/lib/runtime/makefile')
-rw-r--r--src/usr/testcore/lib/runtime/makefile5
1 files changed, 3 insertions, 2 deletions
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