Add test for channel validation

This commit is contained in:
Alexey Rybalchenko
2018-11-01 14:07:44 +01:00
committed by Dennis Klein
parent 0b199e779a
commit bd899a2806
3 changed files with 110 additions and 5 deletions

View File

@@ -209,6 +209,17 @@ add_testsuite(FairMQ.Tools
TIMEOUT 10
)
add_testsuite(FairMQ.Channel
SOURCES
${CMAKE_CURRENT_BINARY_DIR}/runner.cxx
channel/_channel.cxx
LINKS FairMQ
INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
TIMEOUT 10
)
add_testsuite(FairMQ.Transport
SOURCES
${CMAKE_CURRENT_BINARY_DIR}/runner.cxx