Add regression test for summary + completion variables

This commit is contained in:
Joakim Hove 2020-11-05 14:33:47 +01:00
parent e2909958c8
commit b46a98e6dc
2 changed files with 8 additions and 0 deletions

View File

@ -787,6 +787,13 @@ add_test_compareECLFiles(CASENAME norne_reperf
REL_TOL ${rel_tol}
DIR norne)
add_test_compareECLFiles(CASENAME compl_smry
FILENAME COMPL_SMRY
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR compl_smry)
# Restart tests
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "")

View File

@ -136,6 +136,7 @@ tests[pinch_multz_all]="flow pinch PINCH_MULTZ_ALL"
tests[pinch_multz_all_barrier]="flow pinch PINCH_MULTZ_ALL_BARRIER"
tests[model6_msw]="flow model6 1_MSW_MODEL6"
tests[norne_reperf]="flow norne NORNE_ATW2013_B1H_RE-PERF"
tests[compl_smry]="flow compl_smry COMPL_SMRY"
changed_tests=""