Add regression testing for ACTIONX + WEFAC

This commit is contained in:
Joakim Hove 2021-09-30 16:41:43 +02:00
parent 33033cd6cc
commit bdeba973fb
2 changed files with 8 additions and 0 deletions

View File

@ -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 "")

View File

@ -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=""