diff options
author | Chengwei Yang <chengwei.yang@intel.com> | 2013-10-08 21:59:37 +0800 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-10-08 16:08:57 +0100 |
commit | 47df159cc5b82d29588749b4dafedde33a8a3470 (patch) | |
tree | c89c33de840a9751386f7349549a80394753e8ca /cmake | |
parent | 5b74af796c8f1d9f3f60594f22c6bfd4c097ad8b (diff) | |
download | dbus-47df159cc5b82d29588749b4dafedde33a8a3470.tar.gz |
Unify the way to find dbus-daemon test binary
There are two ways to find the dbus-daemon for testing. The first one is
defined as string at compile stage and the second one is export it from
test environment.
The first way has limitation that after defined, it's static string, so
it's impossible to run installable check. So let's unify to the second
way.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37849
[added missing "}" -smcv]
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/config.h.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/config.h.cmake b/cmake/config.h.cmake index d6ea64f2..37355609 100644 --- a/cmake/config.h.cmake +++ b/cmake/config.h.cmake @@ -33,9 +33,6 @@ #define DBUS_TEST_EXEC "@DBUS_TEST_EXEC@" #define DBUS_EXEEXT "@EXEEXT@" -/* Full path to test file test/test-exit in builddir */ -#define TEST_BUS_BINARY "@TEST_BUS_BINARY@" - /* Some dbus features */ #cmakedefine DBUS_ENABLE_ANSI 1 #cmakedefine DBUS_ENABLE_VERBOSE_MODE 1 |