Merge pull request #1543 from andreatlonn/master

Updated the files with the new tests.
This commit is contained in:
Arne Morten Kvarving
2018-08-07 14:01:33 +02:00
committed by GitHub
2 changed files with 8 additions and 0 deletions

View File

@@ -280,6 +280,13 @@ add_test_compareECLFiles(CASENAME wecon_wtest
ABS_TOL ${abs_tol}
REL_TOL ${coarse_rel_tol})
add_test_compareECLFiles(CASENAME msw_model_1
FILENAME MSW_MODEL_1
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR model1)
add_test_compareECLFiles(CASENAME base_model_1
FILENAME BASE_MODEL_1
SIMULATOR flow

View File

@@ -54,6 +54,7 @@ tests[spe9_legacy]="flow_legacy spe9 SPE9_CP_SHORT"
tests[wecon_wtest]="flow wecon_wtest 3D_WECON"
tests[spe1_metric_vfp1]="flow vfpprod_spe1 SPE1CASE1_METRIC_VFP1 spe1_metric_vfp1"
tests[base_model_1]="flow model1 BASE_MODEL_1 base_model_1"
tests[msw_model_1]="flow model1 MSW_MODEL_1 msw_model_1"
changed_tests=""
for test_name in ${!tests[*]}