From 51144a49a951d7a7cfbde6d92deea1404bb85bb7 Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Fri, 13 Mar 2020 16:29:00 +0100 Subject: [PATCH] Add integration test for restart & MSW --- compareECLFiles.cmake | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/compareECLFiles.cmake b/compareECLFiles.cmake index f016f94fa..833871712 100755 --- a/compareECLFiles.cmake +++ b/compareECLFiles.cmake @@ -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 "")