Prachi Gupta | 8287663 | 2016-11-22 09:52:53 -0600 | [diff] [blame^] | 1 | From 699c082748e66cbc696bf44991952de600880dba Mon Sep 17 00:00:00 2001 |
| 2 | From: Elizabeth Liner <eliner@us.ibm.com> |
| 3 | Date: Mon, 14 Nov 2016 17:07:50 -0600 |
| 4 | Subject: [PATCH] Makefile changes for OP Build CI Witherspoon |
| 5 | |
| 6 | Change-Id: Id51c5333c10e910f54d9f2fb5666ed5701efbfc0 |
| 7 | Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32621 |
| 8 | Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> |
| 9 | Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> |
| 10 | Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> |
| 11 | Reviewed-by: Stewart Smith <stewart@linux.vnet.ibm.com> |
| 12 | Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> |
| 13 | Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> |
| 14 | --- |
| 15 | src/usr/testcore/lib/makefile | 4 ++-- |
| 16 | 1 file changed, 2 insertions(+), 2 deletions(-) |
| 17 | |
| 18 | diff --git a/src/usr/testcore/lib/makefile b/src/usr/testcore/lib/makefile |
| 19 | index 9866637..a688b2a 100644 |
| 20 | --- a/src/usr/testcore/lib/makefile |
| 21 | +++ b/src/usr/testcore/lib/makefile |
| 22 | @@ -25,8 +25,8 @@ |
| 23 | ROOTPATH = ../../../.. |
| 24 | |
| 25 | MODULE = testsyslib |
| 26 | -// @TODO-RTC:151185-Turn enable all test cases |
| 27 | -// TESTS = *.H |
| 28 | +#@TODO-RTC:151185-Turn enable all test cases |
| 29 | +#TESTS = *.H |
| 30 | TESTS = stltest.H |
| 31 | |
| 32 | |
| 33 | -- |
| 34 | 1.8.2.2 |
| 35 | |