Enable rst testing with MSW data

This commit is contained in:
Joakim Hove 2020-03-26 19:35:43 +01:00
parent 97173e51a3
commit eb8f162663

View File

@ -66,10 +66,10 @@ opm_add_test( rst_spe1
LIBRARIES ${TEST_LIBS}
TEST_ARGS tests/SPE1CASE2.DATA tests/SPE1CASE2_RESTART.DATA )
# opm_add_test( rst_msw
# SOURCES tests/rst_test.cpp
# LIBRARIES ${TEST_LIBS}
# TEST_ARGS tests/MSW.DATA tests/MSW_RESTART.DATA )
opm_add_test( rst_msw
SOURCES tests/rst_test.cpp
LIBRARIES ${TEST_LIBS}
TEST_ARGS tests/MSW.DATA tests/MSW_RESTART.DATA )
# opm-tests dependent tests
if(HAVE_OPM_TESTS)