mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add Regression Test for JFUNC Feature
There are no such tests in the test suite and we've already had one instance of the feature breaking during code refactoring. Thanks to [at]tskille for providing the test case.
This commit is contained in:
@@ -141,6 +141,14 @@ add_test_compareECLFiles(CASENAME spe1_radial
|
||||
REL_TOL ${rel_tol}
|
||||
DIR radial_grid)
|
||||
|
||||
add_test_compareECLFiles(CASENAME jfunc_01
|
||||
FILENAME JFUNC-01
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR jfunc
|
||||
TEST_ARGS --enable-tuning=true)
|
||||
|
||||
add_test_compareECLFiles(CASENAME ctaquifer_2d_oilwater
|
||||
FILENAME 2D_OW_CTAQUIFER
|
||||
SIMULATOR flow
|
||||
|
||||
Reference in New Issue
Block a user