summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2017-10-13 14:01:02 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-10-17 11:34:07 -0400
commit17dda04f37485b693eca1ebc29bdc9026bcfda04 (patch)
tree282d929fc29bf828b6dd1d0f9212d143aff827bc
parentf426720002634aa1368d90202721b8dfcf65ea14 (diff)
downloadtalos-hostboot-17dda04f37485b693eca1ebc29bdc9026bcfda04.tar.gz
talos-hostboot-17dda04f37485b693eca1ebc29bdc9026bcfda04.zip
Enable Fapi2 Test cases
Enable the Fapi2 Testcases Change-Id: I57278bcc967e11df4d8e08b6b2e005f44c663f64 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48401 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/makefile29
1 files changed, 11 insertions, 18 deletions
diff --git a/src/makefile b/src/makefile
index c547f99ee..98b7ed316 100644
--- a/src/makefile
+++ b/src/makefile
@@ -228,37 +228,30 @@ TESTCASE_MODULES += testmemoize
TESTCASE_MODULES += testprdf
TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testmdia)
TESTCASE_MODULES += testpirformat
-
-#******************************************************************
-#KNOWN ISSUES (I might let these run but there is something wrong)
-#All of these are tracked by a RTC story
-#******************************************************************
-
+TESTCASE_MODULES += testi2c
+TESTCASE_MODULES += testmbox
+TESTCASE_MODULES += testrtloader
+TESTCASE_MODULES += testsbe
+TESTCASE_MODULES += testsbeio
TESTCASE_MODULES += testerrl
TESTCASE_MODULES += testhwas
TESTCASE_MODULES += testvpd
TESTCASE_MODULES += testsyslib
TESTCASE_MODULES += testscom
-#TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testdump) @fixme-RTC:180751
TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testruntime)
-
TESTCASE_MODULES += testintr
+TESTCASE_MODULES += testfapi2
-# @thi - Disable to isolate libtestfapi2.so crash
-#TESTCASE_MODULES += testfapi2
-
-TESTCASE_MODULES += testi2c
-
-TESTCASE_MODULES += testsbe
-TESTCASE_MODULES += testsbeio
+#******************************************************************
+#KNOWN ISSUES (I might let these run but there is something wrong)
+#All of these are tracked by a RTC story
+#******************************************************************
+#TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testdump) @fixme-RTC:180751
# @TODO DefecT: 1035550 Figure out why testattn is failing sometimes
#TESTCASE_MODULES += testattn
-TESTCASE_MODULES += testmbox
-
-TESTCASE_MODULES += testrtloader
RUNTIME_OBJECTS += rt_start.o
RUNTIME_OBJECTS += rt_main.o
OpenPOWER on IntegriCloud