mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-28 20:13:49 -06:00
Add micp test case
This commit is contained in:
parent
d925e74b76
commit
5dcc584848
@ -978,6 +978,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