Add regression testing of case ACTIONX_WCONINJE

This commit is contained in:
Joakim Hove
2021-09-21 10:58:48 +02:00
parent 7b833b7706
commit 26e9ef37f5
2 changed files with 9 additions and 0 deletions

View File

@@ -934,6 +934,14 @@ add_test_compareECLFiles(CASENAME actionx_gconinje
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR actionx)
add_test_compareECLFiles(CASENAME actionx_wconinje
FILENAME ACTIONX_WCONINJE
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

@@ -158,6 +158,7 @@ tests[co2store]="flow co2store CO2STORE"
tests[co2store_diffusive]="flow co2store CO2STORE_DIFFUSIVE"
tests[co2store_drsdtcon]="flow co2store CO2STORE_DRSDTCON"
tests[actionx_gconinje]="flow actionx ACTIONX_GCONINJE"
tests[actionx_wconinje]="flow actionx ACTIONX_WCONINJE"
changed_tests=""