Commit 0d41be2d authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5592 add partitioned_counters_init/destroy to tests


git-svn-id: file:///svn/toku/tokudb@48861 c7de825b-a66e-492c-adef-691d508d4ae1
parent 264a8e65
......@@ -43,7 +43,9 @@ int
main(int argc, const char *argv[]) {
int ri = toku_portability_init();
assert(ri==0);
partitioned_counters_init();
int r = test_main(argc, argv);
partitioned_counters_destroy();
toku_portability_destroy();
return r;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment