1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05: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 01:09:42 +01:00
void register_prof_history_tests(void);
2012-03-08 00:46:24 +00:00
void register_contact_list_tests(void);
2012-08-23 01:08:06 +01:00
void register_common_tests(void);
2012-05-18 01:33:40 +01:00
void register_prof_autocomplete_tests(void);
2012-03-02 01:51:40 +00:00
#endif