mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-20 16:35:47 +08:00
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 menuconfigto configure unit test app.idf.py -T wolfssl buildto build wolfssl unit test app.
See [https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/unit-tests.html] for more information about unit test app.