summaryrefslogtreecommitdiff
path: root/tests/check-main.c
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-12-12 15:49:41 +0000
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-12-12 15:49:41 +0000
commitecab88f3cbb67ae9b3e85978bb56292c166ea6f2 (patch)
tree29f6e6015bfb3bb8e74a4f5530e9b571895e2c1b /tests/check-main.c
parente6dee9732e2e1c4a7178627c396b40207fbfea10 (diff)
downloadempathy-ecab88f3cbb67ae9b3e85978bb56292c166ea6f2.tar.gz
Init empathy for megaphone, nothere and check-main.
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1972 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'tests/check-main.c')
-rw-r--r--tests/check-main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check-main.c b/tests/check-main.c
index 886e1e570..270298b96 100644
--- a/tests/check-main.c
+++ b/tests/check-main.c
@@ -34,6 +34,7 @@ main (void)
check_helpers_init ();
g_type_init ();
+ empathy_init ();
s = make_libempathy_suite ();
sr = srunner_create (s);