summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2/runtime
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2018-08-24 16:58:25 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-09-18 21:20:21 -0500
commit5e3f78a64c7c22454b06e215ab16be4337bf455f (patch)
tree9fbd195a324315d8921b6837da5321c8c42b01d1 /src/usr/fapi2/runtime
parent5f64ef1356e4576f2c63c60cb488d5a6a481507b (diff)
downloadblackbird-hostboot-5e3f78a64c7c22454b06e215ab16be4337bf455f.tar.gz
blackbird-hostboot-5e3f78a64c7c22454b06e215ab16be4337bf455f.zip
Update fapi2 tests cases with Axone targets
This commit will add new fapi2 tests case to make sure that the new MCC, OMI, and OMIC target types work correctly. Also in this commit I realized how much of a pain adding new targets can be for these tests so I added some macros to reduce the amount of changes required for some of the tests when new targets get added Change-Id: I5879c23dcd756686e369b1f81e58d56b73b1607f Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65204 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> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2/runtime')
-rw-r--r--src/usr/fapi2/runtime/test/makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/usr/fapi2/runtime/test/makefile b/src/usr/fapi2/runtime/test/makefile
index d2a972d38..0a15491d1 100644
--- a/src/usr/fapi2/runtime/test/makefile
+++ b/src/usr/fapi2/runtime/test/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2015,2017
+# Contributors Listed Below - COPYRIGHT 2015,2018
# [+] International Business Machines Corp.
#
#
@@ -39,5 +39,4 @@ TESTS = $(filter-out ${ROOTPATH}/src/usr/fapi2/test/getVpdTest.H ${ROOTPATH}/src
TMPVAR2 := ${OBJS}
OBJS = $(filter-out getVpdTest.o, ${TMPVAR2})
include ${ROOTPATH}/config.mk
-VPATH += ../../test/
-
+VPATH += ../../test/ \ No newline at end of file
OpenPOWER on IntegriCloud