1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-28 18:34:15 -04:00
profanity/testsuite.c

10 lines
127 B
C
Raw Normal View History

2012-03-01 20:51:40 -05:00
#include <head-unit.h>
#include "testsuite.h"
int main(void)
{
register_history_tests();
run_suite();
return 0;
}