1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-08-11 18:54:16 -04:00
profanity/tests/testsuite.c
2013-01-28 01:35:11 +00:00

15 lines
281 B
C

#include <head-unit.h>
#include "testsuite.h"
int main(void)
{
register_history_tests();
register_contact_list_tests();
register_common_tests();
register_autocomplete_tests();
register_parser_tests();
register_jid_tests();
run_suite();
return 0;
}