1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 21:55:24 +00:00
profanity/tests/testsuite.h

10 lines
208 B
C
Raw Normal View History

2012-03-02 01:51:40 +00:00
#ifndef TESTSUITE_H
#define TESTSUITE_H
2012-04-30 00:09:42 +00:00
void register_prof_history_tests(void);
2012-03-08 00:46:24 +00:00
void register_contact_list_tests(void);
2012-08-23 00:08:06 +00:00
void register_common_tests(void);
2012-05-18 00:33:40 +00:00
void register_prof_autocomplete_tests(void);
2012-03-02 01:51:40 +00:00
#endif