unit header

This commit is contained in:
toddouska 2011-12-14 09:31:54 -08:00
parent 9307d4a40d
commit 02ec42c79e
1 changed files with 5 additions and 0 deletions

5
tests/unit.h Normal file
View File

@ -0,0 +1,5 @@
/* unit.h unit tests driver */
int ApiTest(void);
int SuiteTest(void);