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