summaryrefslogtreecommitdiff
path: root/bus/test.h
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-09-03 14:13:45 -0700
committerSimon McVittie <smcv@collabora.com>2018-12-17 14:12:59 +0000
commit9c4f9206c494010dffdb4ede26087415f603016b (patch)
treec2f679beb6013a124450ccc668781d6c857cf79d /bus/test.h
parent4587be14428c4970b2f8fa7065764a52de826eb1 (diff)
downloaddbus-9c4f9206c494010dffdb4ede26087415f603016b.tar.gz
bus tests: Skip unsupported fd-passing test internally, not from main()
This results in one less special case in test-main, which will be significant when we want to make the tests more data-driven. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'bus/test.h')
-rw-r--r--bus/test.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/bus/test.h b/bus/test.h
index 61367542..b80a3d76 100644
--- a/bus/test.h
+++ b/bus/test.h
@@ -50,10 +50,7 @@ void bus_test_run_clients_loop (dbus_bool_t block);
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 char *test_data_dir_cstr);
-#endif
#endif