1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-08 19:34:14 -04:00
profanity/testsuite.c
James Booth 366eecc195 Handle ampersand
Replaced with & in messages
2012-04-19 22:26:12 +01:00

12 lines
189 B
C

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