summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime/test/makefile
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2017-08-13 21:03:58 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-29 10:30:25 -0400
commitbcb755c898aab3a0aa97df53f97ba1989fb223f0 (patch)
treeb2af3121afb279bd0b4cc6ae740774ebbaf12f34 /src/usr/runtime/test/makefile
parentf54485747a6669f7bd33c021f46c9d8a28145b9e (diff)
downloadtalos-hostboot-bcb755c898aab3a0aa97df53f97ba1989fb223f0.tar.gz
talos-hostboot-bcb755c898aab3a0aa97df53f97ba1989fb223f0.zip
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 <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@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/makefile12
1 files changed, 8 insertions, 4 deletions
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
OpenPOWER on IntegriCloud