Regression added test BASE model6

This commit is contained in:
jilocode 2021-10-05 15:05:12 +02:00 committed by Bård Skaflestad
parent 38f9558c19
commit 10207cfbb8
2 changed files with 8 additions and 0 deletions

View File

@ -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 "")

View File

@ -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=""