Add micp test case

This commit is contained in:
Tor Harald Sandve 2021-10-19 14:09:58 +02:00
parent d925e74b76
commit 5dcc584848
2 changed files with 8 additions and 0 deletions

View File

@ -978,6 +978,13 @@ add_test_compareECLFiles(CASENAME actionx_wefac
REL_TOL ${rel_tol}
DIR actionx)
add_test_compareECLFiles(CASENAME micp
FILENAME MICP
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR micp)
# Restart tests
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_wconinje]="flow actionx ACTIONX_WCONINJE"
tests[actionx_wefac]="flow actionx ACTIONX_WEFAC"
tests[micp]="flow micp MICP"
changed_tests=""