esp-sr/test_apps
2025-04-18 19:49:10 +08:00
..
esp32c5 ci: update wakenet9s ci for esp32c3,esp32c6,esp32s2 2025-04-18 19:49:10 +08:00
esp-sr feat(mn): update set_det_threshold func 2025-04-10 16:34:43 +08:00
esp-tts feat: esp32c5 support esp-tts 2025-04-18 16:06:52 +08:00
.build-rules.yml ci(esp32p4): add ci for esp32p4 2024-09-13 19:07:04 +08:00
build_apps.py ci: update ci image 2024-11-05 10:09:20 +08:00
README.md feat: Add ci to test all API of multinet, wakenet and afe 2023-07-12 14:15:29 +08:00
requirements.txt Add target test for esp-tts 2023-07-14 16:21:16 +08:00

Steps to run these cases:

  • Build

    • . ${IDF_PATH}/export.sh
    • pip install idf_build_apps
    • python test_apps/build_apps.py test_apps -t esp32s3
  • Test

    • pip install -r test_apps/requirement.txt
    • pytest test_apps --target esp32s3