diff options
-rw-r--r-- | tests/contact-manager.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/contact-manager.c b/tests/contact-manager.c index 75bfc7fae..31a601249 100644 --- a/tests/contact-manager.c +++ b/tests/contact-manager.c @@ -2,6 +2,8 @@ #include <glib.h> #include <libempathy/empathy-contact-manager.h> +#include <libempathy/empathy-debug.h> + static gboolean time_out (gpointer main_loop) @@ -19,6 +21,7 @@ main (int argc, char **argv) g_type_init (); + empathy_debug_set_flags (g_getenv ("EMPATHY_DEBUG")); main_loop = g_main_loop_new (NULL, FALSE); manager = empathy_contact_manager_new (); |