move spe5 test to flow

This commit is contained in:
Arne Morten Kvarving 2017-11-10 14:32:27 +01:00
parent 55538f23c4
commit c0a1c7fffb
2 changed files with 3 additions and 4 deletions

View File

@ -180,10 +180,9 @@ foreach(SIM flow flow_polymer)
REL_TOL ${rel_tol}) REL_TOL ${rel_tol})
endforeach() endforeach()
# TODO: move to flow
add_test_compareECLFiles(CASENAME spe5 add_test_compareECLFiles(CASENAME spe5
FILENAME SPE5CASE1 FILENAME SPE5CASE1
SIMULATOR flow_solvent SIMULATOR flow
ABS_TOL ${abs_tol} ABS_TOL ${abs_tol}
REL_TOL ${coarse_rel_tol} REL_TOL ${coarse_rel_tol}
TEST_ARGS max_iter=13) TEST_ARGS max_iter=13)

View File

@ -112,8 +112,8 @@ for test_name in ${tests}; do
if grep -q "spe5" <<< $test_name if grep -q "spe5" <<< $test_name
then then
copyToReferenceDir \ copyToReferenceDir \
$configuration/build-opm-simulators/tests/results/flow_solvent+spe5/ \ $configuration/build-opm-simulators/tests/results/flow+spe5/ \
$OPM_DATA_ROOT/spe5/opm-simulation-reference/flow_solvent \ $OPM_DATA_ROOT/spe5/opm-simulation-reference/flow \
SPE5CASE1 \ SPE5CASE1 \
EGRID INIT SMSPEC UNRST UNSMRY EGRID INIT SMSPEC UNRST UNSMRY
fi fi