OVMS3/OVMS.V3/components/wolfssl/IDE/Espressif/ESP-IDF/test
2022-04-06 00:04:46 +02:00
..
CMakeLists.txt Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
component.mk Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
README.md Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
test_wolfssl.c Initial commit, fork from original Project 2022-04-06 00:04:46 +02: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 [https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/unit-tests.html] for more information about unit test app.