Skip to content

Commit

Permalink
Adds cumulus unit test support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
sglancy6 authored and dcrowell77 committed May 18, 2018
1 parent 0f97ace commit 57e0a47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/import/chips/p9/procedures/hwp/memory/tests/p9_mss_ut.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57e0a47

Please sign in to comment.