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:
parent
37959ee26a
commit
b73440d794
@ -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
|
||||
|
@ -77,6 +77,7 @@ tests[spe1_water]="flow spe1 SPE1CASE1_WATER"
|
||||
tests[spe1_spider]="flow radial_grid SPIDER_CAKESLICE"
|
||||
tests[spe1_radial]="flow radial_grid RADIAL_CAKESLICE"
|
||||
tests[spe1_import]="flow spe1 SPE1CASE1_IMPORT"
|
||||
tests[jfunc_01]="flow jfunc JFUNC-01"
|
||||
tests[ctaquifer_2d_oilwater]="flow aquifer-oilwater 2D_OW_CTAQUIFER"
|
||||
tests[fetkovich_2d]="flow aquifer-fetkovich 2D_FETKOVICHAQUIFER"
|
||||
tests[numerical_aquifer_3d_1aqu]="flow aquifer-num 3D_1AQU_3CELLS"
|
||||
|
Loading…
Reference in New Issue
Block a user