Back to Esp Idf

wpa_supplicant unit test

components/wpa_supplicant/test_apps/README.md

6.1-dev480 B
Original Source
Supported TargetsESP32ESP32-C2ESP32-C3ESP32-C5ESP32-C6ESP32-C61ESP32-S2ESP32-S3

wpa_supplicant unit test

To build and run this test app, using esp32s3 target for example:

bash
idf.py set-target esp32s3
idf.py build flash monitor

To run tests using pytest:

bash
idf.py set-target esp32s3
idf.py build
pytest --target=esp32s3