1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-15 19:38:07 -04:00
profanity/tests/testsuite.c

15 lines
286 B
C

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