mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 22:56:22 +00:00
12 lines
194 B
C
12 lines
194 B
C
#include <head-unit.h>
|
|
#include "testsuite.h"
|
|
|
|
int main(void)
|
|
{
|
|
register_prof_history_tests();
|
|
register_contact_list_tests();
|
|
register_util_tests();
|
|
run_suite();
|
|
return 0;
|
|
}
|