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

6
testsuite.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef TESTSUITE_H
#define TESTSUITE_H
void register_history_tests(void);
#endif