Skip to content

Commit

Permalink
* Minor fix in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
svalat committed Apr 29, 2015
1 parent 097475d commit c999287
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/stacks/tests/TestBacktraceStack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <gtest/gtest.h>
#include <stacks/BacktraceStack.hpp>
#include <common/SimpleAllocator.hpp>
#include <common/Options.hpp>

/***************** USING NAMESPACE ******************/
using namespace MALT;
Expand All @@ -26,6 +27,7 @@ int main(int argc, char ** argv)
{
//init internal allocator
gblInternaAlloc = new SimpleAllocator(true);
gblOptions = new Options;

// This allows the user to override the flag on the command line.
::testing::InitGoogleTest(&argc, argv);
Expand Down

0 comments on commit c999287

Please sign in to comment.