mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-02 12:36:54 -06:00
Merge pull request #3526 from joakim-hove/add-actionx-gconinje-test
Add actionx gconinje test
This commit is contained in:
commit
7b833b7706
@ -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 "")
|
||||
|
||||
|
@ -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=""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user