mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 10:40:21 -06:00
Add regression testing for ACTIONX + WEFAC
This commit is contained in:
parent
33033cd6cc
commit
bdeba973fb
@ -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 "")
|
||||
|
||||
|
@ -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=""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user