Add options tests and (re-)/enable more nanomsg tests

This commit is contained in:
Alexey Rybalchenko
2018-10-17 12:22:00 +02:00
committed by Dennis Klein
parent ce4062f3a0
commit ffab4ac78c
2 changed files with 101 additions and 0 deletions

View File

@@ -202,11 +202,13 @@ add_testsuite(FairMQ.Transport
SOURCES
${CMAKE_CURRENT_BINARY_DIR}/runner.cxx
transport/_transfer_timeout.cxx
transport/_options.cxx
LINKS FairMQ
INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
TIMEOUT 10
${definitions}
)
add_testsuite(FairMQ.Poller
@@ -218,4 +220,5 @@ add_testsuite(FairMQ.Poller
INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
TIMEOUT 10
${definitions}
)