mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8df4625c84
* Decomposed tests into atomic unit tests * Made tests less time-dependent, hence more robust on different platforms (ESP32, QEMU, Linux) * Ported most of the tests to linux * Removed some redundant tests * Fixed bug the tests discovered * Simplified parts of the tests to be more clear * Partially used C++ to simplify setup/teardown * Unified setup/teardown in general
7 lines
270 B
YAML
7 lines
270 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/esp_event/test_apps:
|
|
enable:
|
|
- if: IDF_TARGET in ["esp32", "esp32s2", "esp32c3", "linux"]
|
|
reason: covers all major arch types, xtensa vs riscv, single vs dual-core
|