Merge pull request #3526 from joakim-hove/add-actionx-gconinje-test

Add actionx gconinje test
This commit is contained in:
Joakim Hove 2021-09-16 13:54:53 +02:00 committed by GitHub
commit 7b833b7706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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=""