1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-10-06 20:03:46 -04: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;
}