summaryrefslogtreecommitdiff
path: root/cmake/test
diff options
context:
space:
mode:
authorFrank Osterfeld <frank@kdab.net>2009-04-28 15:46:19 +0200
committerRalf Habacker <ralf.habacker@freenet.de>2009-11-30 11:39:21 +0100
commita4e65790ea9f83091da159ee08508acabfc4e6a2 (patch)
treea2258e535ddfac9f309b832fe1a20edd3ad5d7fd /cmake/test
parented1c2fdd82f345e9fc2a07a82e69cd6edaa9782c (diff)
downloaddbus-a4e65790ea9f83091da159ee08508acabfc4e6a2.tar.gz
Use correct sources to build test-shell-service, fixes a hang in bus-test (cherry picked from commit 0afe04db5152b57582863bef83a55d78020a79c6)
Diffstat (limited to 'cmake/test')
-rw-r--r--cmake/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/test/CMakeLists.txt b/cmake/test/CMakeLists.txt
index e90de1c2..013963ef 100644
--- a/cmake/test/CMakeLists.txt
+++ b/cmake/test/CMakeLists.txt
@@ -105,7 +105,7 @@ target_link_libraries(test-shell ${DBUS_1})
#install_targets(/bin test-shell)
ADD_TEST(test-shell ${EXECUTABLE_OUTPUT_PATH}/test-shell${EXT})
-add_executable(test-shell-service ${test-shell_SOURCES})
+add_executable(test-shell-service ${test-shell-service_SOURCES})
target_link_libraries(test-shell-service ${DBUS_1})
#install_targets(/bin test-shell-service)
ADD_TEST(test-shell-service ${EXECUTABLE_OUTPUT_PATH}/test-shell-service${EXT})