aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testsuite.h')
-rw-r--r--tests/testsuite.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/testsuite.h b/tests/testsuite.h
new file mode 100644
index 00000000..0b169198
--- /dev/null
+++ b/tests/testsuite.h
@@ -0,0 +1,9 @@
+#ifndef __BITLBEE_CHECK_H__
+#define __BITLBEE_CHECK_H__
+
+#include "irc.h"
+
+irc_t *torture_irc(void);
+gboolean g_io_channel_pair(GIOChannel **ch1, GIOChannel **ch2);
+
+#endif /* __BITLBEE_CHECK_H__ */