mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 21:22:19 +01:00
15 lines
223 B
C
15 lines
223 B
C
/* unit.h unit tests driver */
|
|
|
|
#ifndef CyaSSL_UNIT_H
|
|
#define CyaSSL_UNIT_H
|
|
|
|
#include <cyassl/test.h> /* thread and tcp stuff */
|
|
|
|
int ApiTest(void);
|
|
int SuiteTest(void);
|
|
int HashTest(void);
|
|
|
|
|
|
#endif /* CyaSSL_UNIT_H */
|
|
|