summaryrefslogtreecommitdiff
path: root/cmake/test
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2010-12-04 01:07:07 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2010-12-04 23:05:56 +0100
commit37619035de2cd1e283447bbfe6fbf13814e56dc2 (patch)
treed0b75799073b4c22d31f28c93993431b90018cab /cmake/test
parentaff626356112ad2d94972e59b16eed267e603fe6 (diff)
downloaddbus-37619035de2cd1e283447bbfe6fbf13814e56dc2.tar.gz
Keep in sync with automake.
Diffstat (limited to 'cmake/test')
-rw-r--r--cmake/test/name-test/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/test/name-test/CMakeLists.txt b/cmake/test/name-test/CMakeLists.txt
index 6982722d..25ec7f65 100644
--- a/cmake/test/name-test/CMakeLists.txt
+++ b/cmake/test/name-test/CMakeLists.txt
@@ -32,4 +32,8 @@ add_executable(test-privserver-client ${NAMEtest-DIR}/test-privserver-client.c)
target_link_libraries(test-privserver-client ${DBUS_INTERNAL_LIBRARIES} dbus_testutils)
ADD_TEST(test-privserver-client ${EXECUTABLE_OUTPUT_PATH}/test-privserver-client)
+add_executable(test-autolaunch ${NAMEtest-DIR}/test-autolaunch.c)
+target_link_libraries(test-autolaunch ${DBUS_INTERNAL_LIBRARIES} dbus_testutils)
+ADD_TEST(test-autolaunch ${EXECUTABLE_OUTPUT_PATH}/test-autolaunch)
+
endif (DBUS_BUILD_TESTS)