diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-01-21 22:17:11 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2007-01-21 22:17:11 +0100 |
commit | ed5df815732d311b228993627f5d8b8c8e3eb4e0 (patch) | |
tree | 1f5c4963491914f8efbcdf2838ff2cb716e89267 /tests/testsuite.h | |
parent | 7bee5af91e56f1e58232b895fd40c367aec67e8a (diff) |
Add unit testing for user code
Diffstat (limited to 'tests/testsuite.h')
-rw-r--r-- | tests/testsuite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testsuite.h b/tests/testsuite.h index dacaf8a3..79227041 100644 --- a/tests/testsuite.h +++ b/tests/testsuite.h @@ -1,6 +1,7 @@ #ifndef __BITLBEE_CHECK_H__ #define __BITLBEE_CHECK_H__ +irc_t *torture_irc(void); gboolean g_io_channel_pair(GIOChannel **ch1, GIOChannel **ch2); #endif /* __BITLBEE_CHECK_H__ */ |