1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-10-20 20:23:48 -04:00
profanity/testsuite.c

13 lines
224 B
C
Raw Normal View History

2012-03-01 20:51:40 -05:00
#include <head-unit.h>
#include "testsuite.h"
int main(void)
{
register_history_tests();
2012-04-29 20:09:42 -04:00
register_prof_history_tests();
2012-03-07 19:46:24 -05:00
register_contact_list_tests();
register_util_tests();
2012-03-01 20:51:40 -05:00
run_suite();
return 0;
}