mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
commit
38f9558c19
@ -980,6 +980,13 @@ add_test_compareECLFiles(CASENAME actionx_wefac
|
|||||||
REL_TOL ${rel_tol}
|
REL_TOL ${rel_tol}
|
||||||
DIR actionx)
|
DIR actionx)
|
||||||
|
|
||||||
|
add_test_compareECLFiles(CASENAME micp
|
||||||
|
FILENAME MICP
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol}
|
||||||
|
REL_TOL ${rel_tol}
|
||||||
|
DIR micp)
|
||||||
|
|
||||||
# Restart tests
|
# Restart tests
|
||||||
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "")
|
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "")
|
||||||
|
|
||||||
|
@ -161,6 +161,7 @@ tests[actionx_gconinje]="flow actionx ACTIONX_GCONINJE"
|
|||||||
tests[actionx_gconprod]="flow actionx ACTIONX_GCONPROD"
|
tests[actionx_gconprod]="flow actionx ACTIONX_GCONPROD"
|
||||||
tests[actionx_wconinje]="flow actionx ACTIONX_WCONINJE"
|
tests[actionx_wconinje]="flow actionx ACTIONX_WCONINJE"
|
||||||
tests[actionx_wefac]="flow actionx ACTIONX_WEFAC"
|
tests[actionx_wefac]="flow actionx ACTIONX_WEFAC"
|
||||||
|
tests[micp]="flow micp MICP"
|
||||||
|
|
||||||
changed_tests=""
|
changed_tests=""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user