mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-26 17:20:59 -06:00
Also test ParallelWellInfo with an MPI run if possible.
This commit is contained in:
parent
c0c1897ea9
commit
d7ae211729
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user