wolfssl/IDE/Espressif/ESP-IDF/test
Hideki Miyazaki ee17bd7470 Re-apply spelling error correction 2019-03-01 08:59:03 +09:00
..
CMakeLists.txt
README.md Support atecc608a on 32se with example programs 2019-01-18 08:20:20 +09:00
component.mk
test_wolfssl.c Re-apply spelling error correction 2019-03-01 08:59:03 +09: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. Copy test.c file at /path/to/esp-idf/components/wolfssl/wolfcrypt/test/ folder to the wolfssl/test folder
  2. Go to /esp-idf/tools/unit-test-app/ folder
  3. "make menuconfig" to configure unit test app.
  4. "make TEST_COMPONENTS=wolfssl" 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.