mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
14 lines
265 B
C
14 lines
265 B
C
#include <head-unit.h>
|
|
#include "testsuite.h"
|
|
|
|
int main(void)
|
|
{
|
|
register_prof_history_tests();
|
|
register_contact_list_tests();
|
|
register_common_tests();
|
|
register_prof_autocomplete_tests();
|
|
register_parser_tests();
|
|
run_suite();
|
|
return 0;
|
|
}
|