diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-02-02 16:51:30 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-02-17 17:07:12 +0000 |
commit | 9a97f820793a4400d7d2dbb71838f5be06e427c6 (patch) | |
tree | 429d1b36c781fd87d2dc8dedb05a02394268f657 /cmake/test | |
parent | f6e2c958a0345a57c6b9b7f27acf5aee2ff1877b (diff) | |
download | dbus-9a97f820793a4400d7d2dbb71838f5be06e427c6.tar.gz |
Import compiler.m4 and lcov.am from telepathy-glib, and use them to replace gcov
Reviewed-by: Colin Walters <walters@verbum.org>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=10887
Diffstat (limited to 'cmake/test')
-rw-r--r-- | cmake/test/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cmake/test/CMakeLists.txt b/cmake/test/CMakeLists.txt index 7bb80aba..9a259d22 100644 --- a/cmake/test/CMakeLists.txt +++ b/cmake/test/CMakeLists.txt @@ -52,10 +52,6 @@ set (test-sleep-forever_SOURCES ${CMAKE_SOURCE_DIR}/../test/test-sleep-forever.c ) -set (decode_gcov_SOURCES - ${CMAKE_SOURCE_DIR}/../test/decode-gcov.c -) - add_executable(test-service ${test-service_SOURCES}) target_link_libraries(test-service ${DBUS_INTERNAL_LIBRARIES}) @@ -81,9 +77,6 @@ target_link_libraries(test-segfault ${DBUS_INTERNAL_LIBRARIES}) add_executable(test-sleep-forever ${test-sleep-forever_SOURCES}) target_link_libraries(test-sleep-forever ${DBUS_INTERNAL_LIBRARIES}) -#add_executable(decode-gcov ${decode_gcov_SOURCES}) -#target_link_libraries(decode-gcov ${DBUS_INTERNAL_LIBRARIES}) - ### keep these in creation order, i.e. uppermost dirs first set (TESTDIRS test/data |