Added head_unit tests

This commit is contained in:
James Booth
2012-03-02 01:51:40 +00:00
parent c641ebb8a4
commit a05a65febe
6 changed files with 164 additions and 0 deletions

9
testsuite.c Normal file
View File

@@ -0,0 +1,9 @@
#include <head-unit.h>
#include "testsuite.h"
int main(void)
{
register_history_tests();
run_suite();
return 0;
}