Merge pull request #254 from akva2/dyn_boost_test_bs

changed: let the build system handle the dynamic boost test defines
This commit is contained in:
Arne Morten Kvarving
2018-02-15 08:14:32 +01:00
committed by GitHub
12 changed files with 0 additions and 48 deletions
-4
View File
@@ -19,10 +19,6 @@
#include "config.h"
#if HAVE_DYNAMIC_BOOST_TEST
#define BOOST_TEST_DYN_LINK
#endif
#define BOOST_TEST_MODULE Wells
#include <boost/test/unit_test.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>