source: tests/testsuite.h @ 8c073a6

Last change on this file since 8c073a6 was ed5df81, checked in by Jelmer Vernooij <jelmer@…>, at 2007-01-21T21:17:11Z

Add unit testing for user code

  • Property mode set to 100644
File size: 182 bytes
RevLine 
[6a90967]1#ifndef __BITLBEE_CHECK_H__
2#define __BITLBEE_CHECK_H__
3
[ed5df81]4irc_t *torture_irc(void);
[6a90967]5gboolean g_io_channel_pair(GIOChannel **ch1, GIOChannel **ch2);
6
7#endif /* __BITLBEE_CHECK_H__ */
Note: See TracBrowser for help on using the repository browser.