zephyr/tests/subsys/fs/multi-fs/testcase.yaml
Anas Nashif 2d97bdd85d samples: add module requirement into samples
Do not build those samples if the needed modules are not available in
the workspace.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-04-19 09:38:55 -04:00

12 lines
262 B
YAML

common:
tags: littlefs fatfs filesystem
modules:
- fatfs
- littlefs
tests:
filesystem.multifs:
platform_allow: native_posix qemu_x86
filesystem.fs_shell:
extra_args: CONF_FILE="prj_fs_shell.conf"
platform_allow: native_posix qemu_x86