summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test/AmRoutingInterfaceTest
diff options
context:
space:
mode:
authorchristian linke <christian.linke@bmw.de>2013-01-11 13:09:26 +0100
committerchristian linke <christian.linke@bmw.de>2013-01-11 13:09:26 +0100
commit0269a33680a25e5d682761e8af434611cb28d00c (patch)
tree75d9373329f35502ac2272b6d5d37d1aea1f392b /AudioManagerDaemon/test/AmRoutingInterfaceTest
parent1c3e5d99546d0c2d803d50411168d0d887365399 (diff)
downloadaudiomanager-0269a33680a25e5d682761e8af434611cb28d00c.tar.gz
* add support to switch dedicated plugins off, fix databasehandler regarding getSourceInfo and getSinkInfo, add and fix tests for database
Signed-off-by: christian linke <christian.linke@bmw.de>
Diffstat (limited to 'AudioManagerDaemon/test/AmRoutingInterfaceTest')
-rw-r--r--AudioManagerDaemon/test/AmRoutingInterfaceTest/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/AudioManagerDaemon/test/AmRoutingInterfaceTest/CMakeLists.txt b/AudioManagerDaemon/test/AmRoutingInterfaceTest/CMakeLists.txt
index 2928335..3799151 100644
--- a/AudioManagerDaemon/test/AmRoutingInterfaceTest/CMakeLists.txt
+++ b/AudioManagerDaemon/test/AmRoutingInterfaceTest/CMakeLists.txt
@@ -62,8 +62,8 @@ file(GLOB ROUTING_INTERFACE_SRCS_CXX
)
IF(WITH_NSM)
- SET (CONTROL_INTERFACE_SRCS_CXX
- ${CONTROL_INTERFACE_SRCS_CXX}
+ SET (ROUTING_INTERFACE_SRCS_CXX
+ ${ROUTING_INTERFACE_SRCS_CXX}
"../../src/CAmNodeStateCommunicator.cpp")
ENDIF(WITH_NSM)