From bdeba973fb07e913cda89eada90f97e7f795820b Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Thu, 30 Sep 2021 16:41:43 +0200 Subject: [PATCH] Add regression testing for ACTIONX + WEFAC --- compareECLFiles.cmake | 7 +++++++ tests/update_reference_data.sh | 1 + 2 files changed, 8 insertions(+) diff --git a/compareECLFiles.cmake b/compareECLFiles.cmake index f926d0ad1..011956ea7 100755 --- a/compareECLFiles.cmake +++ b/compareECLFiles.cmake @@ -950,6 +950,13 @@ add_test_compareECLFiles(CASENAME actionx_wconinje REL_TOL ${rel_tol} DIR actionx) +add_test_compareECLFiles(CASENAME actionx_wefac + FILENAME ACTIONX_WEFAC + SIMULATOR flow + ABS_TOL ${abs_tol} + REL_TOL ${rel_tol} + DIR actionx) + # Restart tests opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "") diff --git a/tests/update_reference_data.sh b/tests/update_reference_data.sh index 3856d4f85..3144609ee 100755 --- a/tests/update_reference_data.sh +++ b/tests/update_reference_data.sh @@ -160,6 +160,7 @@ tests[co2store_drsdtcon]="flow co2store CO2STORE_DRSDTCON" tests[actionx_gconinje]="flow actionx ACTIONX_GCONINJE" tests[actionx_gconprod]="flow actionx ACTIONX_GCONPROD" tests[actionx_wconinje]="flow actionx ACTIONX_WCONINJE" +tests[actionx_wefac]="flow actionx ACTIONX_WEFAC" changed_tests=""