Merge pull request #2313 from totto82/lab_bc

Lab bc
This commit is contained in:
Tor Harald Sandve
2020-02-14 09:24:02 +01:00
committed by GitHub
3 changed files with 20 additions and 11 deletions

View File

@@ -409,6 +409,13 @@ add_test_compareECLFiles(CASENAME spe1_foam
REL_TOL ${rel_tol}
DIR spe1_foam)
add_test_compareECLFiles(CASENAME bc_lab
FILENAME BC_LAB
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR bc_lab)
# Restart tests
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "")