mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-23 07:53:29 -06:00
Merge pull request #3823 from tskille/add_rxft
adding regression testing of RXFT summary cases
This commit is contained in:
commit
18812281b6
@ -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
|
||||
|
@ -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=""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user