diff options
Diffstat (limited to 'tests/empathy-utils-test.c')
-rw-r--r-- | tests/empathy-utils-test.c | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/tests/empathy-utils-test.c b/tests/empathy-utils-test.c index 415526ff3..896793aa0 100644 --- a/tests/empathy-utils-test.c +++ b/tests/empathy-utils-test.c @@ -2,23 +2,8 @@ #include <stdio.h> #include <string.h> -#include <glib.h> - #include <libempathy/empathy-utils.h> - -static void -test_init (int argc, - char **argv) -{ - g_test_init (&argc, &argv, NULL); - g_type_init (); -} - -static void -test_deinit (void) -{ - ; -} +#include "test-helper.h" static void test_substring (void) |