2011-12-14 09:31:54 -08:00
|
|
|
/* unit.h unit tests driver */
|
|
|
|
|
2012-08-06 17:14:31 -07:00
|
|
|
#ifndef CyaSSL_UNIT_H
|
|
|
|
#define CyaSSL_UNIT_H
|
|
|
|
|
|
|
|
#include <cyassl/test.h> /* thread and tcp stuff */
|
|
|
|
|
2011-12-14 09:31:54 -08:00
|
|
|
int ApiTest(void);
|
|
|
|
int SuiteTest(void);
|
2011-12-14 10:02:05 -08:00
|
|
|
int HashTest(void);
|
2011-12-14 09:31:54 -08:00
|
|
|
|
2012-08-06 17:14:31 -07:00
|
|
|
|
2012-11-16 10:47:13 -08:00
|
|
|
#endif /* CyaSSL_UNIT_H */
|
|
|
|
|