mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
9 lines
393 B
Markdown
9 lines
393 B
Markdown
| Supported Targets | ESP32 | ESP32-C3 | Linux |
|
|
| ----------------- | ----- | -------- | ----- |
|
|
|
|
Note: Most of the test cases shouldn't be run manually, but [pytest](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/contribute/esp-idf-tests-with-pytest.html) should be used instead. E.g., to run all test cases on ESP32 using pytest, use:
|
|
|
|
```
|
|
pytest --target esp32 -m generic
|
|
```
|