Skip to content

Commit

Permalink
Fix static linking problem in test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuke Oda committed Nov 28, 2017
1 parent 2a877b1 commit 726c1d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/statistics_test.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#define BOOST_TEST_MAIN
#include <boost/test/included/unit_test.hpp>
#define BOOST_TEST_MODULE statistics_test
#define BOOST_TEST_DYN_LINK
#include <boost/test/unit_test.hpp>

#include <mteval/Statistics.h>

Expand Down

0 comments on commit 726c1d8

Please sign in to comment.