Daniel Pouzzner a3fb5029f8 clean up trailing whitespace and misplaced CRLFs, add missing final newlines, remove stray UTF8 nonprintables (BOMs) and ASCIIfy stray homoglyphs (spaces and apostrophes), guided by expanded coverage in wolfssl-multi-test check-source-text. | 2 ماه پیش | |
---|---|---|
.. | ||
CMakeLists.txt | 3 سال پیش | |
README.md | 2 ماه پیش | |
component.mk | 5 سال پیش | |
test_wolfssl.c | 1 سال پیش |
The test contains of wolfSSL unit-test app on Unity.
When you want to run the app
idf.py menuconfig
to configure unit test app.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.