Also test ParallelWellInfo with an MPI run if possible.

This commit is contained in:
Markus Blatt 2020-12-09 15:37:03 +01:00
parent c0c1897ea9
commit d7ae211729

View File

@ -212,6 +212,17 @@ opm_add_test(test_gatherdeferredlogger
4 ${PROJECT_BINARY_DIR}
)
opm_add_test(test_parallelwellinfo_mpi
DEPENDS "opmsimulators"
LIBRARIES opmsimulators ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY}
SOURCES
tests/test_parallelwellinfo.cpp
CONDITION
MPI_FOUND AND Boost_UNIT_TEST_FRAMEWORK_FOUND
DRIVER_ARGS
4 ${PROJECT_BINARY_DIR}
)
include(OpmBashCompletion)
if (NOT BUILD_FLOW)