Add integration test for restart & MSW

This commit is contained in:
Joakim Hove 2020-03-13 16:29:00 +01:00
parent f425758c25
commit 51144a49a9

View File

@ -437,6 +437,12 @@ add_test_compare_restarted_simulation(CASENAME spe9
ABS_TOL ${abs_tol_restart}
REL_TOL ${rel_tol_restart}
TEST_ARGS --sched-restart=false)
add_test_compare_restarted_simulation(CASENAME msw_3d_hfa
FILENAME 3D_MSW
SIMULATOR flow
ABS_TOL ${abs_tol_restart}
REL_TOL ${rel_tol_restart}
TEST_ARGS --sched-restart=false)
# PORV test
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-porv-acceptanceTest.sh "")