mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add CO2STORE test to ctest
This commit is contained in:
parent
f00b4d9aa8
commit
0902568fa5
@ -502,6 +502,13 @@ add_test_compareECLFiles(CASENAME udq_in_actionx
|
|||||||
REL_TOL ${rel_tol}
|
REL_TOL ${rel_tol}
|
||||||
DIR udq_actionx)
|
DIR udq_actionx)
|
||||||
|
|
||||||
|
add_test_compareECLFiles(CASENAME co2store
|
||||||
|
FILENAME CO2STORE
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol}
|
||||||
|
REL_TOL ${rel_tol}
|
||||||
|
DIR co2store)
|
||||||
|
|
||||||
if (opm-common_EMBEDDED_PYTHON)
|
if (opm-common_EMBEDDED_PYTHON)
|
||||||
add_test_compareECLFiles(CASENAME udq_pyaction
|
add_test_compareECLFiles(CASENAME udq_pyaction
|
||||||
FILENAME PYACTION_WCONPROD
|
FILENAME PYACTION_WCONPROD
|
||||||
|
@ -141,6 +141,7 @@ tests[model6_msw]="flow model6 1_MSW_MODEL6"
|
|||||||
tests[norne_reperf]="flow norne NORNE_ATW2013_B1H_RE-PERF"
|
tests[norne_reperf]="flow norne NORNE_ATW2013_B1H_RE-PERF"
|
||||||
tests[compl_smry]="flow compl_smry COMPL_SMRY"
|
tests[compl_smry]="flow compl_smry COMPL_SMRY"
|
||||||
tests[3d_tran_operator]="flow parallel_fieldprops 3D_TRAN_OPERATOR"
|
tests[3d_tran_operator]="flow parallel_fieldprops 3D_TRAN_OPERATOR"
|
||||||
|
tests[co2store]="flow co2store CO2STORE"
|
||||||
|
|
||||||
changed_tests=""
|
changed_tests=""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user