mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-29 02:31:00 -06:00
Add regression test for summary + completion variables
This commit is contained in:
parent
e2909958c8
commit
b46a98e6dc
@ -787,6 +787,13 @@ add_test_compareECLFiles(CASENAME norne_reperf
|
|||||||
REL_TOL ${rel_tol}
|
REL_TOL ${rel_tol}
|
||||||
DIR norne)
|
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
|
# 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 "")
|
||||||
|
|
||||||
|
@ -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[pinch_multz_all_barrier]="flow pinch PINCH_MULTZ_ALL_BARRIER"
|
||||||
tests[model6_msw]="flow model6 1_MSW_MODEL6"
|
tests[model6_msw]="flow model6 1_MSW_MODEL6"
|
||||||
tests[norne_reperf]="flow norne NORNE_ATW2013_B1H_RE-PERF"
|
tests[norne_reperf]="flow norne NORNE_ATW2013_B1H_RE-PERF"
|
||||||
|
tests[compl_smry]="flow compl_smry COMPL_SMRY"
|
||||||
|
|
||||||
changed_tests=""
|
changed_tests=""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user