summaryrefslogtreecommitdiff
path: root/dbus/dbus-message-factory.h
diff options
context:
space:
mode:
authorChengwei Yang <chengwei.yang@intel.com>2013-06-28 16:25:54 +0800
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-28 12:15:53 +0100
commit4df8738794422c216b25e1bc1bbc80654c948c5d (patch)
tree31e1f5bf170fdb3b8d4dc1874beb6f2a10793e18 /dbus/dbus-message-factory.h
parent11c5dc126e5ad21a4a72fd15700b19dd937b053a (diff)
downloaddbus-4df8738794422c216b25e1bc1bbc80654c948c5d.tar.gz
tests to embedded tests: replaced in libdbus
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com> Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=66291
Diffstat (limited to 'dbus/dbus-message-factory.h')
-rw-r--r--dbus/dbus-message-factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus-message-factory.h b/dbus/dbus-message-factory.h
index b0747504..fd7a4764 100644
--- a/dbus/dbus-message-factory.h
+++ b/dbus/dbus-message-factory.h
@@ -24,7 +24,7 @@
#ifndef DBUS_MESSAGE_FACTORY_H
#define DBUS_MESSAGE_FACTORY_H
-#ifdef DBUS_BUILD_TESTS
+#ifdef DBUS_ENABLE_EMBEDDED_TESTS
#include <dbus/dbus-string.h>
#include <dbus/dbus-marshal-basic.h>
@@ -56,6 +56,6 @@ dbus_bool_t _dbus_message_data_iter_get_and_next (DBusMessageDataIter *iter,
DBUS_END_DECLS
-#endif /* DBUS_BUILD_TESTS */
+#endif /* DBUS_ENABLE_EMBEDDED_TESTS */
#endif /* DBUS_MESSAGE_FACTORY_H */