X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cmake%2Fconfig.h.cmake;h=6221c19058d72ddc9720be2d197938591f333085;hb=b080ba1eab764b79edb62afcfc61794f410a5591;hp=b4bfc802f9244be87482aa423da99ec0ec44b7a6;hpb=82495f4b4077b8bb60a9d0d23b13bbe54e79dae0;p=platform%2Fupstream%2Fdbus.git diff --git a/cmake/config.h.cmake b/cmake/config.h.cmake index b4bfc80..6221c19 100644 --- a/cmake/config.h.cmake +++ b/cmake/config.h.cmake @@ -30,21 +30,13 @@ #define VERSION DBUS_VERSION_STRING #define TEST_LISTEN "@TEST_LISTEN@" -#define TEST_CONNECTION "@TEST_CONNECTION@" // test binaries +#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@" -/* Full path to test file test/test-exit in builddir */ -#define TEST_EXIT_BINARY "@TEST_EXIT_BINARY@" -/* Full path to test file test/test-segfault in builddir */ -#define TEST_SEGFAULT_BINARY "@TEST_SEGFAULT_BINARY@" -/* Full path to test file test/test-service in builddir */ -#define TEST_SERVICE_BINARY "@TEST_SERVICE_BINARY@" -/* Full path to test file test/test-shell-service in builddir */ -#define TEST_SHELL_SERVICE_BINARY "@TEST_SHELL_SERVICE_BINARY@" -/* Full path to test file test/test-sleep-forever in builddir */ -#define TEST_SLEEP_FOREVER_BINARY "@TEST_SLEEP_FOREVER_BINARY@" /* Some dbus features */ #cmakedefine DBUS_BUILD_TESTS 1