wolfssl/tests/unit.h

13 lines
221 B
C
Raw Normal View History

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