Page 1 of 1

esp-idf.py -T results in "Error: No such option: -T"

Posted: Mon Jun 24, 2024 5:27 pm
by leo876
Hello all,

Perhaps, and probably, I'm missing something obvious, regarding running unit tests using esp-idf.py.

I'm running the ESP-IDF plugin in VSC on a Linux machine. My idf.py version:

Code: Select all

idf.py --version
ESP-IDF v5.3-beta2
Running unit tests according to the documentation https://docs.espressif.com/projects/esp ... t-test-app results in

Code: Select all

idf.py -T all build
Usage: idf.py [OPTIONS] COMMAND1 [ARGS]... [COMMAND2 [ARGS]...]...
Try 'idf.py --help' for help.

Error: No such option: -T

Anyone any pointers? Thanks