feat(storage): Update build test rules for storage related components

This commit is contained in:
Tomáš Rohlínek
2023-12-11 08:32:21 +01:00
parent c276c36dfe
commit 092f5aff29
9 changed files with 67 additions and 13 deletions
@@ -2,3 +2,8 @@ components/spiffs/host_test:
enable:
- if: IDF_TARGET == "linux"
reason: only test on linux
depends_components:
- spi_flash
- esp_partition
- spiffs
- vfs
@@ -2,3 +2,9 @@ components/spiffs/test_apps:
disable_test:
- if: IDF_TARGET not in ["esp32", "esp32c3", "esp32s3"]
reason: These chips should be sufficient for test coverage (Xtensa and RISC-V, single and dual core)
depends_components:
- spi_flash
- esp_partition
- spiffs
- vfs