summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime/test/makefile
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2019-07-30 08:41:11 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-08-01 16:49:34 -0500
commitb3043ae1686d2c01fc55f431c954a23d775923b5 (patch)
treecfef2219517de515d77d235bec2a40b4d54f9b61 /src/usr/runtime/test/makefile
parenteafe3e3d5719c9becb864f60daa525f8ce2c38c0 (diff)
downloadblackbird-hostboot-b3043ae1686d2c01fc55f431c954a23d775923b5.tar.gz
blackbird-hostboot-b3043ae1686d2c01fc55f431c954a23d775923b5.zip
Enable testpreverifiedlidmgr for Axone
Since cxxtests only run in standalone, need to skip PNOR::VERSION section whether in secure mode or not. Change-Id: I951e74ff3638490bfe06d0a0cf4283fedac78136 RTC:201738 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81345 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: Corey V Swenson <cswenson@us.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/runtime/test/makefile')
-rw-r--r--src/usr/runtime/test/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/runtime/test/makefile b/src/usr/runtime/test/makefile
index ec316244f..fbba18a7d 100644
--- a/src/usr/runtime/test/makefile
+++ b/src/usr/runtime/test/makefile
@@ -24,7 +24,7 @@
# IBM_PROLOG_END_TAG
ROOTPATH = ../../../..
MODULE = testruntime
-TESTS += $(if $(or $(CONFIG_EARLY_TESTCASES),${CONFIG_AXONE_BRING_UP}) ,,testpreverifiedlidmgr.H)
+TESTS += $(if $(CONFIG_EARLY_TESTCASES) ,,testpreverifiedlidmgr.H)
TESTS += test_checkHbResMemLimit.H
#@TODO RTC 132750
#TESTS += hdatservicetest.H
OpenPOWER on IntegriCloud