feat(storage): Update build test rules for storage related components
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user