mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Regression added test BASE model6
This commit is contained in:
parent
38f9558c19
commit
10207cfbb8
@ -987,6 +987,13 @@ add_test_compareECLFiles(CASENAME micp
|
|||||||
REL_TOL ${rel_tol}
|
REL_TOL ${rel_tol}
|
||||||
DIR micp)
|
DIR micp)
|
||||||
|
|
||||||
|
add_test_compareECLFiles(CASENAME 0_base_model6
|
||||||
|
FILENAME 0_BASE_MODEL6
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol}
|
||||||
|
REL_TOL ${rel_tol}
|
||||||
|
DIR model6)
|
||||||
|
|
||||||
# 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 "")
|
||||||
|
|
||||||
|
@ -162,6 +162,7 @@ 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"
|
tests[micp]="flow micp MICP"
|
||||||
|
tests[0_base_model6]="flow model6 0_BASE_MODEL6"
|
||||||
|
|
||||||
changed_tests=""
|
changed_tests=""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user