zephyr/samples/subsys/fs/format/sample.yaml
Alberto Escolar Piedras 868489b98e samples: Enable any which runs in native_posix also in native_sim
Enable the remaining samples which run now in native_posix also
in native_sim.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-20 12:02:48 +01:00

21 lines
470 B
YAML

sample:
name: format filesystem sample
tests:
sample.filesystem.format.littlefs:
platform_allow:
- native_posix
- native_sim
- nrf52dk_nrf52832
build_only: true
tags: filesystem
sample.filesystem.format.fat_fs:
platform_allow:
- native_posix
- native_sim
- mimxrt1064_evk
build_only: true
extra_args:
- CONF_FILE="prj_ram.conf"
- EXTRA_DTC_OVERLAY_FILE="ramdisk.overlay"
tags: filesystem