mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3130 from totto82/addCO2testCases
add more co2 tests to ctest
This commit is contained in:
commit
9d72ee157c
@ -532,6 +532,20 @@ add_test_compareECLFiles(CASENAME co2store
|
||||
REL_TOL ${rel_tol}
|
||||
DIR co2store)
|
||||
|
||||
add_test_compareECLFiles(CASENAME co2store_diffusive
|
||||
FILENAME CO2STORE_DIFFUSIVE
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR co2store)
|
||||
|
||||
add_test_compareECLFiles(CASENAME co2store_drsdtcon
|
||||
FILENAME CO2STORE_DRSDTCON
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR co2store)
|
||||
|
||||
if (opm-common_EMBEDDED_PYTHON)
|
||||
add_test_compareECLFiles(CASENAME udq_pyaction
|
||||
FILENAME PYACTION_WCONPROD
|
||||
|
@ -146,6 +146,8 @@ tests[norne_reperf]="flow norne NORNE_ATW2013_B1H_RE-PERF"
|
||||
tests[compl_smry]="flow compl_smry COMPL_SMRY"
|
||||
tests[3d_tran_operator]="flow parallel_fieldprops 3D_TRAN_OPERATOR"
|
||||
tests[co2store]="flow co2store CO2STORE"
|
||||
tests[co2store_diffusive]="flow co2store CO2STORE_DIFFUSIVE"
|
||||
tests[co2store_drsdtcon]="flow co2store CO2STORE_DRSDTCON"
|
||||
|
||||
changed_tests=""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user