wolfssl/IDE/Espressif/ESP-IDF/test
gojimmypi a13f48aea0
Update Espressif Examples
2024-10-15 18:36:28 -07:00
..
CMakeLists.txt
README.md Update Espressif Examples 2024-10-15 18:36:28 -07:00
component.mk
test_wolfssl.c

README.md

wolfSSL unit-test app

The test contains of wolfSSL unit-test app on Unity.

When you want to run the app

  1. Go to /esp-idf/tools/unit-test-app/ folder
  2. idf.py menuconfig to configure unit test app.
  3. idf.py -T wolfssl build to build wolfssl unit test app.

See Espressif for more information about unit test app.