.. | ||
CMakeLists.txt | ||
component.mk | ||
README.md | ||
test_wolfssl.c |
wolfSSL unit-test app
The test contains of wolfSSL unit-test app on Unity.
When you want to run the app
- Copy test.c file at /path/to/esp-idf/components/wolfssl/wolfcrypt/test/ folder to the wolfssl/test folder
- Go to /esp-idf/tools/unit-test-app/ folder
- "make menuconfig" to configure unit test app.
- "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.