Merge pull request #3617 from totto82/micp_ctest

Add micp test case
This commit is contained in:
Bård Skaflestad 2021-10-19 18:05:18 +02:00 committed by GitHub
commit 38f9558c19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

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

View File

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