Add msw based restart testing (currently disabled)
This commit is contained in:
parent
3c4a6a41f2
commit
d79aadece0
@ -65,8 +65,11 @@ opm_add_test( rst_spe1
|
|||||||
SOURCES tests/rst_test.cpp
|
SOURCES tests/rst_test.cpp
|
||||||
LIBRARIES ${TEST_LIBS}
|
LIBRARIES ${TEST_LIBS}
|
||||||
TEST_ARGS tests/SPE1CASE2.DATA tests/SPE1CASE2_RESTART.DATA )
|
TEST_ARGS tests/SPE1CASE2.DATA tests/SPE1CASE2_RESTART.DATA )
|
||||||
list(APPEND EXTRA_TESTS ${test})
|
|
||||||
|
|
||||||
|
# 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
|
# opm-tests dependent tests
|
||||||
if(HAVE_OPM_TESTS)
|
if(HAVE_OPM_TESTS)
|
||||||
|
Loading…
Reference in New Issue
Block a user