Skip to content

Commit

Permalink
Relocate some tests to more apropriate test suits
Browse files Browse the repository at this point in the history
  • Loading branch information
rbx authored and dennisklein committed Sep 20, 2018
1 parent 5397cef commit 957233c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,10 @@ add_testsuite(FairMQ.Protocols
SOURCES
${CMAKE_CURRENT_BINARY_DIR}/runner.cxx
protocols/_pair.cxx
protocols/_poller.cxx
protocols/_pub_sub.cxx
protocols/_push_pull.cxx
protocols/_req_rep.cxx
protocols/_transfer_timeout.cxx
protocols/_push_pull_multipart.cxx
protocols/_waitfor.cxx

LINKS FairMQ
DEPENDS testhelper_runTestDevice
Expand Down Expand Up @@ -97,6 +94,7 @@ add_testsuite(FairMQ.Device
device/_multiple_devices.cxx
device/_device_version.cxx
device/_device_config.cxx
device/_waitfor.cxx

LINKS FairMQ
DEPENDS testhelper_runTestDevice
Expand Down Expand Up @@ -197,3 +195,25 @@ add_testsuite(FairMQ.StateMachine
${CMAKE_CURRENT_BINARY_DIR}
TIMEOUT 10
)

add_testsuite(FairMQ.Transport
SOURCES
${CMAKE_CURRENT_BINARY_DIR}/runner.cxx
transport/_transfer_timeout.cxx

LINKS FairMQ
INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
TIMEOUT 10
)

add_testsuite(FairMQ.Poller
SOURCES
${CMAKE_CURRENT_BINARY_DIR}/runner.cxx
poller/_poller.cxx

LINKS FairMQ
INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
TIMEOUT 10
)
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 957233c

Please sign in to comment.