| From 699c082748e66cbc696bf44991952de600880dba Mon Sep 17 00:00:00 2001 |
| From: Elizabeth Liner <eliner@us.ibm.com> |
| Date: Mon, 14 Nov 2016 17:07:50 -0600 |
| Subject: [PATCH] Makefile changes for OP Build CI Witherspoon |
| |
| Change-Id: Id51c5333c10e910f54d9f2fb5666ed5701efbfc0 |
| Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32621 |
| Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> |
| Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> |
| Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> |
| Reviewed-by: Stewart Smith <stewart@linux.vnet.ibm.com> |
| Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> |
| Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> |
| --- |
| src/usr/testcore/lib/makefile | 4 ++-- |
| 1 file changed, 2 insertions(+), 2 deletions(-) |
| |
| diff --git a/src/usr/testcore/lib/makefile b/src/usr/testcore/lib/makefile |
| index 9866637..a688b2a 100644 |
| --- a/src/usr/testcore/lib/makefile |
| +++ b/src/usr/testcore/lib/makefile |
| @@ -25,8 +25,8 @@ |
| ROOTPATH = ../../../.. |
| |
| MODULE = testsyslib |
| -// @TODO-RTC:151185-Turn enable all test cases |
| -// TESTS = *.H |
| +#@TODO-RTC:151185-Turn enable all test cases |
| +#TESTS = *.H |
| TESTS = stltest.H |
| |
| |
| -- |
| 1.8.2.2 |
| |