Adds a fixture to the fat_fs sample so it only runs on boards that have an sdhc card inserted. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
13 lines
260 B
YAML
13 lines
260 B
YAML
sample:
|
|
name: Fat filesystem sample
|
|
common:
|
|
tags: filesystem
|
|
tests:
|
|
sample.filesystem.fat_fs:
|
|
depends_on: sdhc
|
|
harness: console
|
|
harness_config:
|
|
fixture: fixture_sdhc
|
|
sample.filesystem.fat_fs.overlay:
|
|
platform_allow: nrf52840_blip
|