zephyr/samples/subsys/shell/shell_module/sample.yaml
Krzysztof Chruscinski ba808d789e samples: subsys: shell: Port sample to new shell subsystem
Ported shell sample to use new shell.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2018-09-19 09:30:29 -04:00

16 lines
468 B
YAML

sample:
name: Shell Sample
tests:
test:
filter: ( CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT )
tags: samples shell
platform_whitelist: quark_se_c1000_devboard galileo
frdm_k64f qemu_cortex_m3 qemu_x86 nrf52_pca10040 nrf51_pca10028
harness: keyboard
test_minimal:
filter: ( CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT )
tags: samples shell
harness: keyboard
extra_args: CONF_FILE="prj_minimal.conf"