summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2/test
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2017-09-25 16:22:03 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-10-13 00:03:29 -0400
commit0cc7b8c179a5a3d349a1def66cdc1371803be00f (patch)
tree5a0926149cdc07a45baf194d6251f675436df322 /src/usr/fapi2/test
parentebb736e43ac563a4466e9d334307e7d17e287b69 (diff)
downloadtalos-hostboot-0cc7b8c179a5a3d349a1def66cdc1371803be00f.tar.gz
talos-hostboot-0cc7b8c179a5a3d349a1def66cdc1371803be00f.zip
Enable fapi2 runtime test cases
Change-Id: I0cad695f717d686a514ee6d9ac0ca45a4441461b RTC: 179069 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46702 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> 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>
Diffstat (limited to 'src/usr/fapi2/test')
-rw-r--r--src/usr/fapi2/test/fapi2Test.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/fapi2/test/fapi2Test.mk b/src/usr/fapi2/test/fapi2Test.mk
index 3a4e4c7e4..e87f1a3ab 100644
--- a/src/usr/fapi2/test/fapi2Test.mk
+++ b/src/usr/fapi2/test/fapi2Test.mk
@@ -48,7 +48,6 @@ OBJS += fapi2TestUtils.o
OBJS += getVpdTest.o
OBJS += p9_pm_get_poundv_bucket.o
-TESTS += ${ROOTPATH}/src/usr/fapi2/test/*Test.H
-TESTS += ${ROOTPATH}/src/usr/fapi2/test/*TestCxx.H
+TESTS += ${shell find ${ROOTPATH}/src/usr/fapi2/test/ | sort | grep -e "Test.H" -e "TestCxx.H" | xargs}
VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/pm/
OpenPOWER on IntegriCloud