diff options
author | Chengwei Yang <chengwei.yang@intel.com> | 2013-06-28 16:24:37 +0800 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-06-28 12:13:28 +0100 |
commit | db2757f8127fcf9208ea70273904ac78fcd6bd64 (patch) | |
tree | 5024956f6e5ae00ef57cdd53c072f876f644f39e /bus/policy.c | |
parent | dec9025626e556e58e2dbfbb9eacea17e70ce87b (diff) | |
download | dbus-db2757f8127fcf9208ea70273904ac78fcd6bd64.tar.gz |
tests to embedded tests: replaced in dbus-daemon
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 'bus/policy.c')
-rw-r--r-- | bus/policy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bus/policy.c b/bus/policy.c index 379cea95..082f3853 100644 --- a/bus/policy.c +++ b/bus/policy.c @@ -1302,12 +1302,12 @@ bus_client_policy_check_can_own (BusClientPolicy *policy, return bus_rules_check_can_own (policy->rules, service_name); } -#ifdef DBUS_BUILD_TESTS +#ifdef DBUS_ENABLE_EMBEDDED_TESTS dbus_bool_t bus_policy_check_can_own (BusPolicy *policy, const DBusString *service_name) { return bus_rules_check_can_own (policy->default_rules, service_name); } -#endif /* DBUS_BUILD_TESTS */ +#endif /* DBUS_ENABLE_EMBEDDED_TESTS */ |