Test devices without config & two in a process

This commit is contained in:
Alexey Rybalchenko
2017-05-26 10:39:33 +02:00
committed by Mohammad Al-Turany
parent f4e5a74f23
commit 764514a35a
6 changed files with 253 additions and 0 deletions

View File

@@ -64,6 +64,19 @@ add_testsuite(FairMQ.Parts
TIMEOUT 5
)
add_testsuite(FairMQ.Device
SOURCES
device/TestSender.h
device/TestReceiver.h
device/runner.cxx
device/_multiple_devices.cxx
LINKS FairMQ
INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}/device
TIMEOUT 5
RUN_SERIAL ON
)
##############################
# Aggregate all test targets #
##############################