mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Changed the names of the tests to match the new names in opm-test.
This commit is contained in:
parent
919b43cd1f
commit
41ead55163
@ -280,15 +280,15 @@ add_test_compareECLFiles(CASENAME wecon_wtest
|
|||||||
ABS_TOL ${abs_tol}
|
ABS_TOL ${abs_tol}
|
||||||
REL_TOL ${coarse_rel_tol})
|
REL_TOL ${coarse_rel_tol})
|
||||||
|
|
||||||
add_test_compareECLFiles(CASENAME msw_base_model_1
|
add_test_compareECLFiles(CASENAME msw_model_1
|
||||||
FILENAME MSW_BASE_MODEL_1
|
FILENAME MSW_MODEL_1
|
||||||
SIMULATOR flow
|
SIMULATOR flow
|
||||||
ABS_TOL ${abs_tol}
|
ABS_TOL ${abs_tol}
|
||||||
REL_TOL ${rel_tol}
|
REL_TOL ${rel_tol}
|
||||||
DIR model1)
|
DIR model1)
|
||||||
|
|
||||||
add_test_compareECLFiles(CASENAME std_base_model_1
|
add_test_compareECLFiles(CASENAME base_model_1
|
||||||
FILENAME STD_BASE_MODEL_1
|
FILENAME BASE_MODEL_1
|
||||||
SIMULATOR flow
|
SIMULATOR flow
|
||||||
ABS_TOL ${abs_tol}
|
ABS_TOL ${abs_tol}
|
||||||
REL_TOL ${rel_tol}
|
REL_TOL ${rel_tol}
|
||||||
|
@ -53,8 +53,8 @@ tests[spe9]="flow spe9 SPE9_CP_SHORT"
|
|||||||
tests[spe9_legacy]="flow_legacy spe9 SPE9_CP_SHORT"
|
tests[spe9_legacy]="flow_legacy spe9 SPE9_CP_SHORT"
|
||||||
tests[wecon_wtest]="flow wecon_wtest 3D_WECON"
|
tests[wecon_wtest]="flow wecon_wtest 3D_WECON"
|
||||||
tests[spe1_metric_vfp1]="flow vfpprod_spe1 SPE1CASE1_METRIC_VFP1 spe1_metric_vfp1"
|
tests[spe1_metric_vfp1]="flow vfpprod_spe1 SPE1CASE1_METRIC_VFP1 spe1_metric_vfp1"
|
||||||
tests[std_base_model_1]="flow model1 STD_BASE_MODEL_1 std_base_model_1"
|
tests[base_model_1]="flow model1 BASE_MODEL_1 base_model_1"
|
||||||
tests[msw_base_model_1]="flow model1 MSW_BASE_MODEL_1 msw_base_model_1"
|
tests[msw_model_1]="flow model1 MSW_MODEL_1 msw_model_1"
|
||||||
|
|
||||||
changed_tests=""
|
changed_tests=""
|
||||||
for test_name in ${!tests[*]}
|
for test_name in ${!tests[*]}
|
||||||
|
Loading…
Reference in New Issue
Block a user