dbus/cmake/test/name-test CMakeLists.txt,1.1,1.2

Ralf Habacker rhabacker at kemper.freedesktop.org
Sat Apr 28 12:37:27 PDT 2007


Update of /cvs/dbus/dbus/cmake/test/name-test
In directory kemper:/tmp/cvs-serv27235/cmake/test/name-test

Modified Files:
	CMakeLists.txt 
Log Message:
* cmake/: don't install test applications and service files, moved CMAKE_DEBUG_POSTFIX to top level CMakeLists.txt

Index: CMakeLists.txt
===================================================================
RCS file: /cvs/dbus/dbus/cmake/test/name-test/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CMakeLists.txt	3 Mar 2007 14:32:17 -0000	1.1
+++ CMakeLists.txt	28 Apr 2007 19:37:25 -0000	1.2
@@ -9,17 +9,17 @@
 # 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)



More information about the dbus-commit mailing list