Merge pull request #1501 from totto82/wtest

Implement WTEST support
This commit is contained in:
Kai Bao
2018-07-04 10:45:27 +02:00
committed by GitHub
8 changed files with 397 additions and 136 deletions

View File

@@ -259,6 +259,12 @@ add_test_compareECLFiles(CASENAME spe5
REL_TOL ${coarse_rel_tol}
TEST_ARGS max_iter=20)
add_test_compareECLFiles(CASENAME wecon_wtest
FILENAME 3D_WECON
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${coarse_rel_tol})
# Restart tests
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "")