summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2018-04-27 15:06:02 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-18 10:52:16 -0400
commit57e0a47955d8709a3a905c26f55553868bc386a1 (patch)
treee709d508b02f9403e22dfc8e148a4bc82a3ed03c
parent0f97acef7aecd02eb3d7ef3c4f956bf64395c0ff (diff)
downloadtalos-hostboot-57e0a47955d8709a3a905c26f55553868bc386a1.tar.gz
talos-hostboot-57e0a47955d8709a3a905c26f55553868bc386a1.zip
Adds cumulus unit test support
Change-Id: I7294882a0fee1b50ed95d1157b1b0e94ec84a5b6 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57986 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58571 Tested-by: Jenkins OP Build CI <op-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/import/chips/p9/procedures/hwp/memory/tests/p9_mss_ut.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/tests/p9_mss_ut.mk b/src/import/chips/p9/procedures/hwp/memory/tests/p9_mss_ut.mk
index 83f3b578e..f725cd1b6 100644
--- a/src/import/chips/p9/procedures/hwp/memory/tests/p9_mss_ut.mk
+++ b/src/import/chips/p9/procedures/hwp/memory/tests/p9_mss_ut.mk
@@ -26,11 +26,13 @@
-include 00common.mk
MSS_UT_SOURCE := $(shell find $(ROOTPATH)/chips/p9/procedures/hwp/memory/tests -name '*.C' -exec basename {} \;)
+MSS_UT_SOURCE += $(shell find $(ROOTPATH)/generic/memory/tests -name '*.C' -exec basename {} \;)
WRAPPER=p9_mss_ut
OBJS += $(patsubst %.C,%.o,$(MSS_UT_SOURCE))
$(call ADD_EXE_INCDIR,$(WRAPPER),$(MSS_INCLUDES))
$(call ADD_EXE_INCDIR,$(WRAPPER),$(CATCH_UNIT_TESTS_INCLUDES))
+$(call ADD_EXE_SRCDIR,$(WRAPPER),$(ROOTPATH)/generic/memory/tests)
$(WRAPPER)_DEPLIBS+=mss
$(WRAPPER)_DEPLIBS+=mss_generic
OpenPOWER on IntegriCloud