1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00
profanity/testsuite.c
2012-03-02 01:51:40 +00:00

10 lines
127 B
C

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