From 8112a619ebf4861f3f85226de3e8dfd79cc43a5f Mon Sep 17 00:00:00 2001 From: Christian Geddes Date: Wed, 17 Apr 2019 10:13:54 -0500 Subject: Run Axone simics all the way to completion by default Prior to this commit we ended the IPL at istep 14.7 and ran the CXX test suite before shutting down. This commit will allow us to run through istep 21 like a standard IPL. Change-Id: Ifb567dc30e7ecbb31ed59889ff900411633844bf Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76098 Reviewed-by: Matthew Raybuck Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Reviewed-by: Matt Derksen Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- src/usr/runtime/test/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/runtime/test/makefile') diff --git a/src/usr/runtime/test/makefile b/src/usr/runtime/test/makefile index a5fec043d..ec316244f 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 $(CONFIG_EARLY_TESTCASES),,testpreverifiedlidmgr.H) +TESTS += $(if $(or $(CONFIG_EARLY_TESTCASES),${CONFIG_AXONE_BRING_UP}) ,,testpreverifiedlidmgr.H) TESTS += test_checkHbResMemLimit.H #@TODO RTC 132750 #TESTS += hdatservicetest.H -- cgit v1.2.1