summaryrefslogtreecommitdiffstats
path: root/src/usr/testcore
diff options
context:
space:
mode:
authorBrian Stegmiller <bjs@us.ibm.com>2016-12-14 13:15:02 -0600
committerZane C. Shelley <zshelle@us.ibm.com>2017-01-31 15:18:48 -0500
commit52bdcae4b38994559ce15f39bc7bd8139566c40f (patch)
treeb3455468036b366833049e02f2f18b958a75f89c /src/usr/testcore
parentcfac9c07bb73b6b54ca0569f2148d943a8f704bd (diff)
downloadtalos-hostboot-52bdcae4b38994559ce15f39bc7bd8139566c40f.tar.gz
talos-hostboot-52bdcae4b38994559ce15f39bc7bd8139566c40f.zip
PRD: Reenable some CXX testcases
Change-Id: Ieb6784976b61a64122a6aa6eaf0263da8d6ea045 RTC: 148565 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33857 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Diffstat (limited to 'src/usr/testcore')
-rw-r--r--src/usr/testcore/rtloader/loader.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/testcore/rtloader/loader.H b/src/usr/testcore/rtloader/loader.H
index 006647811..32954a5c7 100644
--- a/src/usr/testcore/rtloader/loader.H
+++ b/src/usr/testcore/rtloader/loader.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2016 */
+/* Contributors Listed Below - COPYRIGHT 2013,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -124,6 +124,7 @@ class RuntimeLoaderTest : public CxxTest::TestSuite
intf->pnor_read = rt_pnor_read;
intf->pnor_write= rt_pnor_write;
intf->ipmi_msg= rt_ipmi_msg;
+ intf->clock_gettime = clock_gettime;
// Call init.
runtimeInterfaces_t* rtInterface =
OpenPOWER on IntegriCloud