Skip to content
Snippets Groups Projects
Commit dc33898b authored by Steven Murray's avatar Steven Murray
Browse files

Added castormessagesunittests

parent 9821449d
No related branches found
No related tags found
No related merge requests found
......@@ -62,3 +62,8 @@ target_link_libraries(castormessages
protobuf
ssl
zmq)
add_library(castormessagesunittests SHARED
MessagesTest.cpp
MutexLockerTest.cpp
MutexTest.cpp)
......@@ -48,9 +48,6 @@ set_property(SOURCE
APPEND PROPERTY COMPILE_FLAGS -fno-strict-aliasing)
#add_executable(castorUnitTests
# castorUnitTests.cpp
# ../castor/messages/MessagesTest.cpp
# ../castor/messages/MutexLockerTest.cpp
# ../castor/messages/MutexTest.cpp
# ../castor/server/DaemonTest.cpp
# ../castor/server/SmartCapTest.cpp
# ../castor/tape/reactor/PollReactorImplTest.cpp
......
......@@ -8,6 +8,7 @@ target_link_libraries(unittests
castoriounittests
castorlegacymsgunittests
castorlogunittests
castormessagesunittests
ctacommon
ctacommonunittests
CTAObjectStore
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment