Make sure the symlink based tests are run

This commit is contained in:
Joakim Hove
2018-04-05 13:16:50 +02:00
parent 5979131127
commit b57a5628c7

View File

@@ -31,7 +31,6 @@ inline std::string prefix() {
return boost::unit_test::framework::master_test_suite().argv[1];
}
#ifdef OPM_PARSER_BUILD_HAVE_SYMLINK
BOOST_AUTO_TEST_CASE(ParserKeyword_includeInvalid) {
boost::filesystem::path inputFilePath(prefix() + "includeInvalid.data");
@@ -77,8 +76,6 @@ BOOST_AUTO_TEST_CASE(Verify_find_includes_Data_file_has_include_file_that_again_
BOOST_CHECK_EQUAL(false , deck.hasKeyword("WATER"));
}
#endif
BOOST_AUTO_TEST_CASE(ParserKeyword_includeValid) {
boost::filesystem::path inputFilePath(prefix() + "includeValid.data");