mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 16:16:21 +00:00
11 lines
162 B
C
11 lines
162 B
C
#include <head-unit.h>
|
|
#include "testsuite.h"
|
|
|
|
int main(void)
|
|
{
|
|
register_history_tests();
|
|
register_contact_list_tests();
|
|
run_suite();
|
|
return 0;
|
|
}
|