mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
13 lines
221 B
C
13 lines
221 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 */ |