summaryrefslogtreecommitdiffstats
path: root/bus/test-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'bus/test-main.c')
-rw-r--r--bus/test-main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/bus/test-main.c b/bus/test-main.c
index 8ef6bfc4..73491487 100644
--- a/bus/test-main.c
+++ b/bus/test-main.c
@@ -68,6 +68,12 @@ main (int argc, char **argv)
}
_dbus_string_init_const (&test_data_dir, dir);
+
+#if 0
+ /* FIXME this is disabled because of thread bugs that need fixing... */
+ if (!_dbus_threads_init_debug ())
+ die ("initializing debug threads");
+#endif
printf ("%s: Running config file parser test\n", argv[0]);
if (!bus_config_parser_test (&test_data_dir))