mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #4156 from tskille/add_regtest_krnum
start regression testing for SPE1CASE2_KRNUM
This commit is contained in:
commit
0da2b6e558
@ -1219,6 +1219,13 @@ add_test_compareECLFiles(CASENAME wvfpexp_02
|
||||
REL_TOL ${rel_tol}
|
||||
DIR wvfpexp)
|
||||
|
||||
add_test_compareECLFiles(CASENAME spe1case2_krnum
|
||||
FILENAME SPE1CASE2_KRNUM
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR spe1)
|
||||
|
||||
# Restart tests
|
||||
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "")
|
||||
# Cruder tolerances for the restarted tests
|
||||
|
@ -194,6 +194,7 @@ tests[bo_diffusion]="flow diffusion BO_DIFFUSE_CASE1"
|
||||
tests[fpr_nonhc]="flow water-1ph WATER2F"
|
||||
tests[actionx_wpimult]="flow actionx ACTIONX_WPIMULT"
|
||||
tests[wvfpexp_02]="flow wvfpexp WVFPEXP-02"
|
||||
tests[spe1case2_krnum]="flow spe1 SPE1CASE2_KRNUM"
|
||||
|
||||
changed_tests=""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user