Remove Tests Which Only Passed by Accident

There is no reason to expect that, for instance, the dynamic
control mode in a restart file is equal to that of the input file.
This commit is contained in:
Bård Skaflestad 2022-08-29 17:05:15 +02:00
parent eecb713e00
commit 6af6676d5f

View File

@ -59,16 +59,6 @@ foreach (test BoxTest
list(APPEND EXTRA_TESTS ${test}) list(APPEND EXTRA_TESTS ${test})
endforeach () endforeach ()
opm_add_test( rst_spe1
SOURCES tests/rst_test.cpp
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 )
add_test( NAME rst_deck_test add_test( NAME rst_deck_test
COMMAND ${PROJECT_SOURCE_DIR}/tests/rst_test_driver.sh ${PROJECT_BINARY_DIR}/bin/rst_deck ${PROJECT_BINARY_DIR}/bin/opmhash COMMAND ${PROJECT_SOURCE_DIR}/tests/rst_test_driver.sh ${PROJECT_BINARY_DIR}/bin/rst_deck ${PROJECT_BINARY_DIR}/bin/opmhash
${PROJECT_SOURCE_DIR}/tests/SPE1CASE2_INCLUDE.DATA) ${PROJECT_SOURCE_DIR}/tests/SPE1CASE2_INCLUDE.DATA)