From: Ralf Habacker Date: Sat, 4 Dec 2010 00:07:07 +0000 (+0100) Subject: Keep in sync with automake. X-Git-Tag: dbus-1.4.1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37619035de2cd1e283447bbfe6fbf13814e56dc2;p=thirdparty%2Fdbus.git Keep in sync with automake. --- diff --git a/cmake/test/name-test/CMakeLists.txt b/cmake/test/name-test/CMakeLists.txt index 6982722de..25ec7f650 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)