1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00
profanity/testsuite.c

12 lines
189 B
C
Raw Normal View History

2012-03-02 01:51:40 +00:00
#include <head-unit.h>
#include "testsuite.h"
int main(void)
{
register_history_tests();
2012-03-08 00:46:24 +00:00
register_contact_list_tests();
register_util_tests();
2012-03-02 01:51:40 +00:00
run_suite();
return 0;
}