VS2015: Must name all BOOST_TEST_MODULE to be able to compile

This commit is contained in:
Magne Sjaastad
2016-05-17 12:54:58 +02:00
parent d51645db72
commit fafd718789

View File

@@ -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"