wolfssl/IDE/Espressif/ESP-IDF/test
2024-10-15 18:36:28 -07:00
..
CMakeLists.txt revert test_wolfssl.c changes 2021-01-05 16:20:42 +09:00
component.mk Support AES and SHA hw acceleration on esp32-wroom-32 2018-12-28 08:39:19 +09:00
README.md Update Espressif Examples 2024-10-15 18:36:28 -07:00
test_wolfssl.c cppcheck fixes 2023-04-03 16:59:58 +10:00

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.