summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Hamilton <cchamilt@us.ibm.com>2016-03-08 10:32:16 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-09 00:23:45 -0400
commit7feb1cb12d1b6ed177c9f1c087541b9f5401a824 (patch)
treea77842ff59da5689252cbfc7be2d24c128a04a24
parent4e5b1ac13de90e247b8c5dbd0f31b4a02d55b0af (diff)
downloadtalos-hostboot-7feb1cb12d1b6ed177c9f1c087541b9f5401a824.tar.gz
talos-hostboot-7feb1cb12d1b6ed177c9f1c087541b9f5401a824.zip
Adding unit tests for the mss lab sdk
Change-Id: I69d185975775a75f7dfbae4c696b0b9c9bb1c5a5 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21813 Tested-by: Jenkins Server Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58298 Tested-by: Jenkins Server <pfd-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.mk6
1 files changed, 5 insertions, 1 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 b4f00948d..929261947 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
@@ -30,5 +30,9 @@ MSS_UT_SOURCE := $(shell find $(ROOTPATH)/chips/p9/procedures/hwp/memory/tests -
WRAPPER=p9_mss_ut
OBJS += $(patsubst %.C,%.o,$(MSS_UT_SOURCE))
$(call ADD_EXE_INCDIR,$(WRAPPER),$(MSS_INCLUDES))
-$(WRAPPER)_DEPLIBS+=mss
+$(call ADD_EXE_INCDIR,$(WRAPPER),$(MSS_LAB_SDK_INCLUDES))
+$(call ADD_EXE_INCDIR,$(WRAPPER),$(CATCH_UNIT_TESTS_INCLUDES))
+$(call ADD_EXE_INCDIR,$(WRAPPER),$(SQLITE3_INCLUDE_DIR))
+$(WRAPPER)_DEPLIBS+=mss mss_lab_tools
+$(WRAPPER)_LDFLAGS+= -Wl,-rpath=$(SQLITE3_LIB_DIR) -L$(SQLITE3_LIB_DIR) -lsqlite3 -lrt
$(call BUILD_WRAPPER)
OpenPOWER on IntegriCloud