From 004f01fa451b0341e7ea69ce7f08a1c4690f759a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 22 Apr 2009 04:07:01 +0200 Subject: unix-fd: add test for passing unix fds This adds a full test for passing multiple fds across a D-Bus connection. --- bus/test.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bus/test.h') diff --git a/bus/test.h b/bus/test.h index 5aab0ea9..6d36b9c4 100644 --- a/bus/test.h +++ b/bus/test.h @@ -51,7 +51,9 @@ void bus_test_run_everything (BusContext *context); BusContext* bus_context_new_test (const DBusString *test_data_dir, const char *filename); - +#ifdef HAVE_UNIX_FD_PASSING +dbus_bool_t bus_unix_fds_passing_test (const DBusString *test_data_dir); +#endif #endif -- cgit