]> begriffs open source - freertos/blob - FreeRTOS-Plus/Source/CyaSSL/tests/unit.h
Add FAT SL code and demo project.
[freertos] / FreeRTOS-Plus / Source / CyaSSL / tests / unit.h
1 /* unit.h unit tests driver */
2
3 #ifndef CyaSSL_UNIT_H
4 #define CyaSSL_UNIT_H
5
6 #include <cyassl/test.h>    /* thread and tcp stuff */
7
8 int ApiTest(void);
9 int SuiteTest(void);
10 int HashTest(void);
11
12
13 #endif /* CyaSSL_UNIT_H */