diff --git a/src/test/func/memory/memory.cc b/src/test/func/memory/memory.cc index e238a3a..3897428 100644 --- a/src/test/func/memory/memory.cc +++ b/src/test/func/memory/memory.cc @@ -1,6 +1,7 @@ #include #include #include +#include #include #include @@ -297,6 +298,8 @@ void test_calloc_16M() int main(int argc, char** argv) { + setup(); + #ifdef USE_SYSTEMATIC_TESTING opt::Opt opt(argc, argv); size_t seed = opt.is("--seed", 0);