1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-14 18:14:15 -04:00
profanity/tests/testsuite.h

12 lines
257 B
C
Raw Normal View History

2012-03-01 20:51:40 -05:00
#ifndef TESTSUITE_H
#define TESTSUITE_H
2013-01-27 20:35:11 -05:00
void register_history_tests(void);
void register_roster_tests(void);
2012-08-22 20:08:06 -04:00
void register_common_tests(void);
void register_autocomplete_tests(void);
2012-11-17 19:07:00 -05:00
void register_parser_tests(void);
2013-01-12 18:10:56 -05:00
void register_jid_tests(void);
2012-03-01 20:51:40 -05:00
#endif