From a4e0f9f2b7e1abbc7062bbc6a023a01227875eee Mon Sep 17 00:00:00 2001 From: crgeddes Date: Thu, 22 Oct 2015 15:35:56 -0500 Subject: 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 --- src/usr/testcore/lib/makefile | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'src/usr/testcore/lib/makefile') 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 -- cgit v1.2.1