aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-08-03 17:04:05 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-08-03 17:04:05 +0800
commit680358a1d7c9b8f7e8c8196d6221ee0cfd55f37a (patch)
treefd3977a9188cdf86c2d833f1dd57a5c4fab42dfd /tests
parent6f035de7468a2ee87f4429c557a58c9503c2eac8 (diff)
downloadgsoc2013-empathy-680358a1d7c9b8f7e8c8196d6221ee0cfd55f37a.tar
gsoc2013-empathy-680358a1d7c9b8f7e8c8196d6221ee0cfd55f37a.tar.gz
gsoc2013-empathy-680358a1d7c9b8f7e8c8196d6221ee0cfd55f37a.tar.bz2
gsoc2013-empathy-680358a1d7c9b8f7e8c8196d6221ee0cfd55f37a.tar.lz
gsoc2013-empathy-680358a1d7c9b8f7e8c8196d6221ee0cfd55f37a.tar.xz
gsoc2013-empathy-680358a1d7c9b8f7e8c8196d6221ee0cfd55f37a.tar.zst
gsoc2013-empathy-680358a1d7c9b8f7e8c8196d6221ee0cfd55f37a.zip
Display debug messages in the contact-manager tests program.
svn path=/trunk/; revision=1287
Diffstat (limited to 'tests')
-rw-r--r--tests/contact-manager.c3
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 ();