Add test for interface IP detection tools

This commit is contained in:
Alexey Rybalchenko
2018-11-01 11:23:00 +01:00
committed by Dennis Klein
parent 5e4876c947
commit 0b199e779a
4 changed files with 70 additions and 60 deletions

View File

@@ -198,6 +198,17 @@ add_testsuite(FairMQ.StateMachine
TIMEOUT 10
)
add_testsuite(FairMQ.Tools
SOURCES
${CMAKE_CURRENT_BINARY_DIR}/runner.cxx
tools/_network.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