mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 01:51:45 +00:00
Adopt FairMQMessage backed memory resource collection from AliceO2
Add a pmr interface to FairMQTransportFactory refactor Port the unit tests for MemoryResources clang format
This commit is contained in:
@@ -222,3 +222,14 @@ add_testsuite(FairMQ.Poller
|
||||
TIMEOUT 10
|
||||
${definitions}
|
||||
)
|
||||
|
||||
add_testsuite(FairMQ.MemoryResources
|
||||
SOURCES
|
||||
memory_resources/runner.cxx
|
||||
memory_resources/_memory_resources.cxx
|
||||
|
||||
LINKS FairMQ
|
||||
INCLUDES ${CMAKE_CURRENT_BINARY_DIR}
|
||||
TIMEOUT 10
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user