summaryrefslogtreecommitdiff
path: root/ndb/test/ndbapi/testMgm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/test/ndbapi/testMgm.cpp')
-rw-r--r--ndb/test/ndbapi/testMgm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/test/ndbapi/testMgm.cpp b/ndb/test/ndbapi/testMgm.cpp
index d5b9372cc9b..ef653d3f972 100644
--- a/ndb/test/ndbapi/testMgm.cpp
+++ b/ndb/test/ndbapi/testMgm.cpp
@@ -178,6 +178,7 @@ TESTCASE("SingleUserMode",
NDBT_TESTSUITE_END(testMgm);
int main(int argc, const char** argv){
+ ndb_init();
myRandom48Init(NdbTick_CurrentMillisecond());
return testMgm.execute(argc, argv);
}