ensure that FairMQ.Protocols is not run in parallel

The testsuite uses hardcoded system resources (TCP ports)
and is consequently not thread-safe.
This commit is contained in:
Dennis Klein 2017-04-12 13:59:04 +02:00 committed by Mohammad Al-Turany
parent d866589be1
commit 218af15bbb

View File

@ -47,6 +47,7 @@ add_testsuite(FairMQ.Protocols
DEPENDS testhelper_runTestDevice DEPENDS testhelper_runTestDevice
INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}/protocols INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}/protocols
TIMEOUT 30 TIMEOUT 30
RUN_SERIAL ON
) )