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})
endforeach()
# TODO: move to flow
add_test_compareECLFiles(CASENAME spe5
FILENAME SPE5CASE1
SIMULATOR flow_solvent
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${coarse_rel_tol}
TEST_ARGS max_iter=13)

View File

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