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