adding regression testing of RXFT summary cases

This commit is contained in:
Torbjørn Skille 2022-02-24 08:20:31 +01:00
parent e2c3cbd84a
commit 005241a13b
2 changed files with 8 additions and 0 deletions

View File

@ -1173,6 +1173,13 @@ add_test_compareECLFiles(CASENAME max_wgr_1
REL_TOL ${rel_tol}
DIR wtest/wecon_wgr_max )
add_test_compareECLFiles(CASENAME rxft_smry
FILENAME TEST_RXFT
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR rxft_smry )
# Restart tests
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "")
# Cruder tolerances for the restarted tests

View File

@ -187,6 +187,7 @@ tests[max_watercut_2]="flow wtest/wecon_wct_max MAX_WATERCUT_2"
tests[max_watercut_3]="flow wtest/wecon_wct_max MAX_WATERCUT_3"
tests[max_watercut_4]="flow wtest/wecon_wct_max MAX_WATERCUT_4"
tests[max_wgr_1]="flow wtest/wecon_wgr_max MAX_WGR_1"
tests[rxft_smry]="flow rxft_smry TEST_RXFT"
changed_tests=""