From bcb755c898aab3a0aa97df53f97ba1989fb223f0 Mon Sep 17 00:00:00 2001 From: Prachi Gupta Date: Sun, 13 Aug 2017 21:03:58 -0500 Subject: cumulus: changes to boot simics all the way to test cases Change-Id: Ibc62f59635db28e50197139276b9b4c6b59ccc3e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44768 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Reviewed-by: Daniel M. Crowell --- src/usr/runtime/test/makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/usr/runtime/test/makefile') diff --git a/src/usr/runtime/test/makefile b/src/usr/runtime/test/makefile index 02c6ba3e6..fe3f3ed92 100644 --- a/src/usr/runtime/test/makefile +++ b/src/usr/runtime/test/makefile @@ -27,19 +27,23 @@ ROOTPATH = ../../../.. MODULE = testruntime #@TODO RTC 132750 #TESTS += hdatservicetest.H -TESTS += test_customize_attrs_for_payload.H +#@TODO RTC:178802 +#TESTS += test_customize_attrs_for_payload.H # The testcase depends on the following file, but it is typically only compiled # into the runtime code. Pull it into just the test module so we can exercise # it -OBJS += rt_targeting.o +#@TODO RTC:178802 +#OBJS += rt_targeting.o # Use a vpath to give access to the rt_targeting.C code -vpath %.C ../../targeting/runtime +#@TODO RTC:178802 +#vpath %.C ../../targeting/runtime #@TODO RTC:132750 #TESTS += runtimeattrtest.H -EXTRAINCDIR += ${ROOTPATH}/src/include/usr/runtime/ +#@TODO RTC:178802 +#EXTRAINCDIR += ${ROOTPATH}/src/include/usr/runtime/ include ${ROOTPATH}/config.mk -- cgit v1.2.3