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

9 lines
156 B
C
Raw Normal View History

2012-03-01 20:51:40 -05:00
#ifndef TESTSUITE_H
#define TESTSUITE_H
void register_history_tests(void);
2012-03-07 19:46:24 -05:00
void register_contact_list_tests(void);
void register_util_tests(void);
2012-03-01 20:51:40 -05:00
#endif