mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Activate New Regression Tests for EQUALREG/MULTY
We use all models generously provided in PR OPM/opm-tests#1239.
This commit is contained in:
parent
0e127194de
commit
8ccf4682a8
@ -563,6 +563,15 @@ foreach(udt_case ${_udt_cases})
|
|||||||
DIR udt)
|
DIR udt)
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
|
foreach(eqreg_case RANGE 1 6)
|
||||||
|
add_test_compareECLFiles(CASENAME equalreg_multy_0${eqreg_case}
|
||||||
|
FILENAME EQUALREG-0${eqreg_case}
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol}
|
||||||
|
REL_TOL ${rel_tol}
|
||||||
|
DIR mult
|
||||||
|
)
|
||||||
|
endforeach()
|
||||||
|
|
||||||
add_test_compareECLFiles(CASENAME udq_uadd
|
add_test_compareECLFiles(CASENAME udq_uadd
|
||||||
FILENAME UDQ_M1
|
FILENAME UDQ_M1
|
||||||
|
Loading…
Reference in New Issue
Block a user