diff options
Diffstat (limited to 'src/usr/fapi2/test')
-rw-r--r-- | src/usr/fapi2/test/fapi2MvpdTestCxx.H | 1 | ||||
-rw-r--r-- | src/usr/fapi2/test/fapi2Test.mk | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/fapi2/test/fapi2MvpdTestCxx.H b/src/usr/fapi2/test/fapi2MvpdTestCxx.H index 45f0cc202..c5b5b81a1 100644 --- a/src/usr/fapi2/test/fapi2MvpdTestCxx.H +++ b/src/usr/fapi2/test/fapi2MvpdTestCxx.H @@ -321,7 +321,6 @@ public: void testMvpdGetPoundVBucket(void) { - return; //@fixme-168957:enable test after fixing symbol issue int numTests = 0; int numFails = 0; fapi2::ReturnCode l_rc; diff --git a/src/usr/fapi2/test/fapi2Test.mk b/src/usr/fapi2/test/fapi2Test.mk index 175284ec0..2ffb16e5d 100644 --- a/src/usr/fapi2/test/fapi2Test.mk +++ b/src/usr/fapi2/test/fapi2Test.mk @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2016 +# Contributors Listed Below - COPYRIGHT 2016,2017 # [+] International Business Machines Corp. # # @@ -45,6 +45,7 @@ OBJS += p9_hwtests.o OBJS += rcSupport.o 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 |