VS2015: Must name all BOOST_TEST_MODULE to be able to compile
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Opm {
|
||||
|
||||
|
||||
std::string testHeader() {
|
||||
std::string header = "#define BOOST_TEST_MODULE\n"
|
||||
std::string header = "#define BOOST_TEST_MODULE ParserRecordTests\n"
|
||||
"#include <boost/filesystem.hpp>\n"
|
||||
"#include <boost/test/unit_test.hpp>\n"
|
||||
"#include <memory>\n"
|
||||
|
||||
Reference in New Issue
Block a user