aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/tests/check-libempathy.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/tests/check-libempathy.h')
-rw-r--r--trunk/tests/check-libempathy.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/trunk/tests/check-libempathy.h b/trunk/tests/check-libempathy.h
new file mode 100644
index 000000000..0f9388dcf
--- /dev/null
+++ b/trunk/tests/check-libempathy.h
@@ -0,0 +1,9 @@
+#ifndef __CHECK_LIBEMPATHY__
+#define __CHECK_LIBEMPATHY__
+
+TCase * make_empathy_utils_tcase (void);
+TCase * make_empathy_irc_server_tcase (void);
+TCase * make_empathy_irc_network_tcase (void);
+TCase * make_empathy_irc_network_manager_tcase (void);
+
+#endif /* #ifndef __CHECK_LIBEMPATHY__ */