7 lines
93 B
C
7 lines
93 B
C
/* unit.h unit tests driver */
|
|
|
|
int ApiTest(void);
|
|
int SuiteTest(void);
|
|
int HashTest(void);
|
|
|