wolfssl/IDE/Espressif/ESP-IDF/test
Hideki Miyazaki a25c338007
fix build failures
update README to follow the latest ESP-IDF
2021-11-27 13:14:36 +09:00
..
CMakeLists.txt
README.md fix build failures 2021-11-27 13:14:36 +09:00
component.mk
test_wolfssl.c Fix for `WOLFSSL_SP_MATH_ALL` typo. Plus a few other minor ones. 2021-04-05 11:31:55 -07:00

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 [https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/unit-tests.html] for more information about unit test app.