2011-12-14 21:31:54 +04:00
|
|
|
/* unit.h unit tests driver */
|
|
|
|
|
2012-08-07 04:14:31 +04:00
|
|
|
#ifndef CyaSSL_UNIT_H
|
|
|
|
#define CyaSSL_UNIT_H
|
|
|
|
|
|
|
|
#include <cyassl/test.h> /* thread and tcp stuff */
|
|
|
|
|
2011-12-14 21:31:54 +04:00
|
|
|
int ApiTest(void);
|
|
|
|
int SuiteTest(void);
|
2011-12-14 22:02:05 +04:00
|
|
|
int HashTest(void);
|
2011-12-14 21:31:54 +04:00
|
|
|
|
2012-08-07 04:14:31 +04:00
|
|
|
|
|
|
|
#endif /* CyaSSL_UNIT_H */
|