mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #5274 from blattms/feature/multxyz-regressiontests
Added MULTXYZ tests as regression tests.
This commit is contained in:
commit
55e7ee7a32
@ -1432,6 +1432,36 @@ add_test_compareECLFiles(CASENAME 01_multregt
|
|||||||
ABS_TOL ${abs_tol}
|
ABS_TOL ${abs_tol}
|
||||||
REL_TOL ${rel_tol}
|
REL_TOL ${rel_tol}
|
||||||
DIR mult)
|
DIR mult)
|
||||||
|
add_test_compareECLFiles(CASENAME 05_multxyz
|
||||||
|
FILENAME MULTXYZ05
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol}
|
||||||
|
REL_TOL ${rel_tol}
|
||||||
|
DIR mult)
|
||||||
|
add_test_compareECLFiles(CASENAME 06_multxyz
|
||||||
|
FILENAME MULTXYZ06
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol}
|
||||||
|
REL_TOL ${rel_tol}
|
||||||
|
DIR mult)
|
||||||
|
add_test_compareECLFiles(CASENAME 07_multxyz
|
||||||
|
FILENAME MULTXYZ07
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol}
|
||||||
|
REL_TOL ${rel_tol}
|
||||||
|
DIR mult)
|
||||||
|
add_test_compareECLFiles(CASENAME 08_multxyz
|
||||||
|
FILENAME MULTXYZ08
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol}
|
||||||
|
REL_TOL ${rel_tol}
|
||||||
|
DIR mult)
|
||||||
|
add_test_compareECLFiles(CASENAME 11_multxyz
|
||||||
|
FILENAME MULTXYZ11
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol}
|
||||||
|
REL_TOL ${rel_tol}
|
||||||
|
DIR mult)
|
||||||
|
|
||||||
if(BUILD_FLOW_POLY_GRID)
|
if(BUILD_FLOW_POLY_GRID)
|
||||||
add_test_compareECLFiles(CASENAME spe12_polyhedralgrid
|
add_test_compareECLFiles(CASENAME spe12_polyhedralgrid
|
||||||
|
Loading…
Reference in New Issue
Block a user