diff options
author | Frank Osterfeld <frank@kdab.net> | 2009-04-28 11:02:29 +0200 |
---|---|---|
committer | unknown <Administrator@.(none)> | 2009-11-30 11:09:26 +0100 |
commit | aae3becbf37b00ce677af66ba1097ebd3664ba2a (patch) | |
tree | bba8332cd26b64177b94cda80edd90f152d5c8c8 /cmake/test | |
parent | 7ce953f0388ea8b1e30ccd5ba24ee9aefe077d3e (diff) | |
download | dbus-aae3becbf37b00ce677af66ba1097ebd3664ba2a.tar.gz |
rename second test-names to test-names2 to avoid confusion (cherry picked from commit c83a2d79bb215b19b02987c9a45ed1bf07e5eeaf)
Diffstat (limited to 'cmake/test')
-rw-r--r-- | cmake/test/name-test/CMakeLists.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cmake/test/name-test/CMakeLists.txt b/cmake/test/name-test/CMakeLists.txt index 3c392b6e..1e542cc9 100644 --- a/cmake/test/name-test/CMakeLists.txt +++ b/cmake/test/name-test/CMakeLists.txt @@ -5,10 +5,9 @@ set (NAMEtest-DIR ../../../test/name-test) 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) -ADD_TEST(test-names ${EXECUTABLE_OUTPUT_PATH}/test-names1) +add_executable(test-names2 ${NAMEtest-DIR}/test-names.c) +target_link_libraries(test-names2 ${DBUS_1}) +ADD_TEST(test-names2 ${EXECUTABLE_OUTPUT_PATH}/test-names2) add_executable(test-pending-call-dispatch ${NAMEtest-DIR}/test-pending-call-dispatch.c) target_link_libraries(test-pending-call-dispatch ${DBUS_1}) |