From 17b84104f236db19bca72c5afca5df0cd49abae1 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Sat, 28 Apr 2007 19:37:25 +0000 Subject: * cmake/: don't install test applications and service files, moved CMAKE_DEBUG_POSTFIX to top level CMakeLists.txt --- cmake/test/name-test/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmake/test/name-test') diff --git a/cmake/test/name-test/CMakeLists.txt b/cmake/test/name-test/CMakeLists.txt index 3b8f39ec..2af0d891 100644 --- a/cmake/test/name-test/CMakeLists.txt +++ b/cmake/test/name-test/CMakeLists.txt @@ -9,17 +9,17 @@ add_definitions(-DDBUS_COMPILATION) # there is also a test-names executable, don't know if this is the same add_executable(test-names1 ${NAMEtest-DIR}/test-names.c) target_link_libraries(test-names1 dbus-1) -install_targets(/bin test-names1) +#install_targets(/bin test-names1) ADD_TEST(test-names ${EXECUTABLE_OUTPUT_PATH}/test-names1) add_executable(test-pending-call-dispatch ${NAMEtest-DIR}/test-pending-call-dispatch.c) target_link_libraries(test-pending-call-dispatch dbus-1) -install_targets(/bin test-pending-call-dispatch) +#install_targets(/bin test-pending-call-dispatch) ADD_TEST(test-pending-call-dispatch ${EXECUTABLE_OUTPUT_PATH}/test-pending_call-dispatch) add_executable(test-thread-init ${NAMEtest-DIR}/test-threads-init.c) target_link_libraries(test-thread-init dbus-1) -install_targets(/bin test-thread-init) +#install_targets(/bin test-thread-init) ADD_TEST(test-names ${EXECUTABLE_OUTPUT_PATH}/test-thread-init) endif (DBUS_BUILD_TESTS) -- cgit