mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 12:16:21 +00:00
Added head_unit tests
This commit is contained in:
9
testsuite.c
Normal file
9
testsuite.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <head-unit.h>
|
||||
#include "testsuite.h"
|
||||
|
||||
int main(void)
|
||||
{
|
||||
register_history_tests();
|
||||
run_suite();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user