summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2011-12-23 11:49:44 +0100
committerchristian mueller <christian.ei.mueller@bmw.de>2011-12-23 11:49:44 +0100
commitcd23bf5e1d2e1d134df91f23ebfd761d770a99db (patch)
tree5616cd145d00099ad6077874161e6d1cd725c284 /AudioManagerDaemon/test
parent4f74d6e303c58326fe75ee75e1c92cf9263f800d (diff)
downloadaudiomanager-cd23bf5e1d2e1d134df91f23ebfd761d770a99db.tar.gz
* fixed no compile bug
* fixed sockethandler loop
Diffstat (limited to 'AudioManagerDaemon/test')
-rw-r--r--AudioManagerDaemon/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/AudioManagerDaemon/test/CMakeLists.txt b/AudioManagerDaemon/test/CMakeLists.txt
index 7f8c054..f00ec41 100644
--- a/AudioManagerDaemon/test/CMakeLists.txt
+++ b/AudioManagerDaemon/test/CMakeLists.txt
@@ -18,4 +18,4 @@ FIND_PACKAGE(GTest REQUIRED)
add_subdirectory (database)
add_subdirectory (routingInterface)
add_subdirectory (controlInterface)
-#add_subdirectory (sockethandler)
+add_subdirectory (sockethandler)