expose STL iterator interface for FairMQParts

This commit is contained in:
Dennis Klein
2017-05-08 20:37:36 +02:00
committed by Mohammad Al-Turany
parent 0926a9a764
commit 3dc5fd1d6e
4 changed files with 128 additions and 10 deletions

View File

@@ -50,6 +50,15 @@ add_testsuite(FairMQ.Protocols
RUN_SERIAL ON
)
add_testsuite(FairMQ.Parts
SOURCES
parts/runner.cxx
parts/_iterator_interface.cxx
LINKS FairMQ
INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}/parts
TIMEOUT 5
)
##############################
# Aggregate all test targets #