mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-14 02:13:27 -06:00
fixed: make sure Damaris is enabled before executing test
This commit is contained in:
parent
542fa7b612
commit
0663d818a8
@ -405,7 +405,7 @@ if(MPI_FOUND)
|
||||
REL_TOL 0.0)
|
||||
|
||||
# Single test for damaris
|
||||
if(Damaris_FOUND)
|
||||
if(Damaris_FOUND AND USE_DAMARIS_LIB)
|
||||
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-damaris-regressionTest.sh "")
|
||||
add_test_compareDamarisFiles(CASENAME spe1_damaris
|
||||
FILENAME SPE1CASE1
|
||||
|
Loading…
Reference in New Issue
Block a user