summaryrefslogtreecommitdiffstats
path: root/src/usr/testcore/lib/makefile
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2016-09-30 16:55:15 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-10-30 22:44:23 -0400
commita6f34cd9b2c79e803e564b917951b63f9252d02a (patch)
treea3afd7a876addc0b5a27b97fb37dc06c46103bfc /src/usr/testcore/lib/makefile
parent99552570de2dfc1f11f22746c5cdb86820f154b8 (diff)
downloadtalos-hostboot-a6f34cd9b2c79e803e564b917951b63f9252d02a.tar.gz
talos-hostboot-a6f34cd9b2c79e803e564b917951b63f9252d02a.zip
Implement std::array
Change-Id: I86149816b46f213502801fb710dc2f68d4a4b0f7 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30647 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Reviewed-by: A. P. Williams III <iawillia@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/testcore/lib/makefile')
-rw-r--r--src/usr/testcore/lib/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/testcore/lib/makefile b/src/usr/testcore/lib/makefile
index 877793617..98666371f 100644
--- a/src/usr/testcore/lib/makefile
+++ b/src/usr/testcore/lib/makefile
@@ -25,7 +25,9 @@
ROOTPATH = ../../../..
MODULE = testsyslib
-TESTS = *.H
+// @TODO-RTC:151185-Turn enable all test cases
+// TESTS = *.H
+TESTS = stltest.H
SUBDIRS += runtime.d
OpenPOWER on IntegriCloud