mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed: missing TEST_ARGS in test specifications
This commit is contained in:
parent
15d6f13d92
commit
847f1b6f42
@ -238,14 +238,16 @@ add_test_compareECLFiles(CASENAME aquflux_01
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR aquifers --solver-max-time-step-in-days=1)
|
||||
DIR aquifers
|
||||
TEST_ARGS --solver-max-time-step-in-days=1)
|
||||
|
||||
add_test_compareECLFiles(CASENAME aquflux_02
|
||||
FILENAME AQUFLUX-02
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR aquifers --solver-max-time-step-in-days=1)
|
||||
DIR aquifers
|
||||
TEST_ARGS --solver-max-time-step-in-days=1)
|
||||
|
||||
add_test_compareECLFiles(CASENAME spe3
|
||||
FILENAME SPE3CASE1
|
||||
|
Loading…
Reference in New Issue
Block a user