summaryrefslogtreecommitdiff
path: root/AudioManagerCore/test/AmMapHandlerTest
diff options
context:
space:
mode:
authorAleksandar Donchev <Aleksander.Donchev@partner.bmw.de>2017-05-19 11:55:01 +0200
committerAleksandar Donchev <Aleksander.Donchev@partner.bmw.de>2017-05-30 09:52:05 +0200
commit060323be5e5456b57229555d684680bf5d815052 (patch)
treed5184f479d7dbba115902afcd4a2e753e3f1ac79 /AudioManagerCore/test/AmMapHandlerTest
parent1de23e9a30227986fff1f0ff6440af9a9ed703ba (diff)
downloadaudiomanager-060323be5e5456b57229555d684680bf5d815052.tar.gz
The primary signals SIGINT and SIGQUIT are handled on top level in
contrast to secondary signals SIGHUP, SIGTERM, SIGCHLD, which are handled in the SocketHandler. Signed-off-by: Christian Linke <christian.linke@bmw.de> Change-Id: I8c5d3c436ac9fcd61c76a26145c731b427cab1e6
Diffstat (limited to 'AudioManagerCore/test/AmMapHandlerTest')
-rw-r--r--AudioManagerCore/test/AmMapHandlerTest/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/AudioManagerCore/test/AmMapHandlerTest/CMakeLists.txt b/AudioManagerCore/test/AmMapHandlerTest/CMakeLists.txt
index 41c62c7..57f4130 100644
--- a/AudioManagerCore/test/AmMapHandlerTest/CMakeLists.txt
+++ b/AudioManagerCore/test/AmMapHandlerTest/CMakeLists.txt
@@ -34,9 +34,10 @@ file(GLOB DATABASE_SRCS_CXX
ADD_EXECUTABLE( AmMapHandlerTest ${DATABASE_SRCS_CXX})
TARGET_LINK_LIBRARIES( AmMapHandlerTest
- ${GTEST_LIBRARIES}
+ ${GTEST_LIBRARIES}
${GMOCK_LIBRARIES}
- AudioManagerCore
+ ${CMAKE_THREAD_LIBS_INIT}
+ AudioManagerCore
)
ADD_TEST(AmMapHandlerTest AmMapHandlerTest)