spogulis no
https://github.com/wolfSSL/wolfssl.git
synced 2025-01-18 21:24:54 +00:00
.. | ||
CMakeLists.txt | ||
component.mk | ||
README.md | ||
test_wolfssl.c |
wolfSSL unit-test app
The test contains of wolfSSL unit-test app on Unity.
When you want to run the app
- Go to /esp-idf/tools/unit-test-app/ folder
idf.py menuconfig
to configure unit test app.idf.py -T wolfssl build
to build wolfssl unit test app.
See Espressif for more information about unit test app.