esp-idf/components/esp_event/test_apps/main
Jakob Hasse a703d7aa89 refactor(esp_event): improved tests to fail less frequently on QEMU
* improved setup/teardown to not put shared event system into
  inconsistent state
* reduced timing-dependency of several tests by using
  a semaphore instead of waiting for a guessed timeout
* Deactivated WDT (both Interrupt WDT, Task WDT) for QEMU tests
* Ignore esp_timer-based test for QEMU, CPU timing is different
  on ESP32 simulation in QEMU
2023-07-19 11:50:44 +08:00
..
CMakeLists.txt esp_event: move tests to pytest framework 2022-10-14 11:07:58 +08:00
test_default_loop.c esp_event: move tests to pytest framework 2022-10-14 11:07:58 +08:00
test_event_main.c esp_event: move tests to pytest framework 2022-10-14 11:07:58 +08:00
test_event.c refactor(esp_event): improved tests to fail less frequently on QEMU 2023-07-19 11:50:44 +08:00