summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2/test
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2018-10-05 08:36:24 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-10-06 20:25:02 -0500
commit39b2ccdfc8b3bcb978d64d99baf4f539a7b9cdcd (patch)
tree023af08d6f70f4750ba25a72261e9ac1b021a238 /src/usr/fapi2/test
parent667b300924ee13a2c99aa6a3b0a08aaf5a3b6751 (diff)
downloadtalos-hostboot-39b2ccdfc8b3bcb978d64d99baf4f539a7b9cdcd.tar.gz
talos-hostboot-39b2ccdfc8b3bcb978d64d99baf4f539a7b9cdcd.zip
Fix compile error
Fix relative path error and remove invalid paranthesis in cxx makefile Change-Id: I9ac7b0b52f5b145a76361ed4009ca0d00f2ee116 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67083 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.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/fapi2/test/fapi2Test.mk b/src/usr/fapi2/test/fapi2Test.mk
index 8ce5638e0..6c3619a32 100644
--- a/src/usr/fapi2/test/fapi2Test.mk
+++ b/src/usr/fapi2/test/fapi2Test.mk
@@ -72,7 +72,7 @@ OBJS += p9_i2ctests.o
################################################################################
endif
-TESTS += ${shell ls src/usr/fapi2/test/*TestCxx.H | sort | xargs)}
+TESTS += ${shell ls ${ROOTPATH}/src/usr/fapi2/test/*TestCxx.H | sort | xargs}
VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/pm/
OpenPOWER on IntegriCloud