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-05-06 22:32:58 +01:00

15 lines
275 B
C

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