Add regression testing of actionx/ACTIONX_GCONINJE

This commit is contained in:
Joakim Hove 2021-09-14 12:11:16 +02:00
parent dfab5d2824
commit 3406bf82dd
2 changed files with 8 additions and 0 deletions

View File

@ -927,6 +927,13 @@ add_test_compareECLFiles(CASENAME 3d_tran_operator
REL_TOL ${rel_tol}
DIR parallel_fieldprops)
add_test_compareECLFiles(CASENAME actionx_gconinje
FILENAME ACTIONX_GCONINJE
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

@ -157,6 +157,7 @@ tests[3d_tran_operator]="flow parallel_fieldprops 3D_TRAN_OPERATOR"
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"
changed_tests=""