Skip to content

Commit

Permalink
Missing setup call.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 committed Aug 15, 2019
1 parent e7f9b6e commit 18da679
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/func/memory/memory.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <iostream>
#include <snmalloc.h>
#include <test/opt.h>
#include <test/setup.h>
#include <test/xoroshiro.h>
#include <unordered_set>

Expand Down Expand Up @@ -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<size_t>("--seed", 0);
Expand Down

0 comments on commit 18da679

Please sign in to comment.