zephyr/samples/subsys/shell/shell_module/sample.yaml
Anas Nashif b3829adc78 samples: shell: enable kernel shell
Enable kernel shell and adapt test data and remove limited whitelisting.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-09-23 11:43:33 -04:00

15 lines
358 B
YAML

sample:
name: Shell Sample
tests:
test:
filter: ( CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT )
tags: samples shell
harness: keyboard
min_ram: 40
test_minimal:
filter: ( CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT )
tags: samples shell
harness: keyboard
extra_args: CONF_FILE="prj_minimal.conf"