Simplify linking for tests that use libdbus-testutils
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 15 Jun 2011 10:50:33 +0000 (11:50 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 29 Jul 2011 10:17:17 +0000 (11:17 +0100)
commit274e0fbc20a9639201c64830c7eca7a5cea97e73
tree082e110bf2ec04fa4672df3b13b34d65526cbb01
parentf7b7de3bb14d29ab02d1e713036467adc6b9cb56
Simplify linking for tests that use libdbus-testutils

This is the library used by tests that link libdbus-internal and DBusLoop.
By linking libdbus-internal into it, we can avoid having to repeat that
dependency all over the place - libtool and cmake both know how to follow
recursive dependencies.

In cmake, also use libdbus-testutils for more tests, in preference to
repeating its source files.
cmake/test/CMakeLists.txt
cmake/test/name-test/CMakeLists.txt
test/Makefile.am
test/name-test/Makefile.am