summaryrefslogtreecommitdiffstats
path: root/src/usr/testcore/lib/makefile
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2015-10-22 15:35:56 -0500
committerStephen Cprek <smcprek@us.ibm.com>2016-02-19 15:31:55 -0600
commita4e0f9f2b7e1abbc7062bbc6a023a01227875eee (patch)
treeaa2937f7c9d4e68feae6e62f97c65d143721a59c /src/usr/testcore/lib/makefile
parent57fee71e1efad5180a6563594d29c957bea5ef77 (diff)
downloadtalos-hostboot-a4e0f9f2b7e1abbc7062bbc6a023a01227875eee.tar.gz
talos-hostboot-a4e0f9f2b7e1abbc7062bbc6a023a01227875eee.zip
Re-enable test cases for P9 Work
This commit re-enables the test modules that were shut off for the initial start of of the p9 simics model. Most of the changes were updating hardcoded values and changing the definition of a "fail" for some of the test that were assuming certain components to be contained in the system Change-Id: I1860f49ea83ba1946f5181a05a4e97f10f1522f3 RTC: 129630 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22826 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/testcore/lib/makefile')
-rw-r--r--src/usr/testcore/lib/makefile19
1 files changed, 17 insertions, 2 deletions
diff --git a/src/usr/testcore/lib/makefile b/src/usr/testcore/lib/makefile
index 1635bb7e8..43f7a6f31 100644
--- a/src/usr/testcore/lib/makefile
+++ b/src/usr/testcore/lib/makefile
@@ -5,7 +5,9 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2011,2014
+# Contributors Listed Below - COPYRIGHT 2011,2016
+# [+] International Business Machines Corp.
+#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +25,20 @@
ROOTPATH = ../../../..
MODULE = testsyslib
-TESTS = *.H
+#TESTS = *.H
+#@TODO RTC 144346 Need fix to shared_ptr.H
+#TEST += shared_ptr.H
+TEST += fptest.H
+TEST += integral.H
+TEST += is_integral.H
+TEST += is_ptr.H
+TEST += is_same.H
+TEST += stl_functional.H
+TEST += stltest.H
+TEST += string.H
+TEST += synctest.H
+TEST += time.H
+TEST += tls.H
SUBDIRS += runtime.d
OpenPOWER on IntegriCloud