esp-idf.py -T results in "Error: No such option: -T"
Posted: Mon Jun 24, 2024 5:27 pm
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:
Running unit tests according to the documentation https://docs.espressif.com/projects/esp ... t-test-app results in
Anyone any pointers? Thanks
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
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