The shell tests were limited to running on just qemu_x86 platform, we can run them on any platform with UART_CONSOLE support so move to using a filter. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
5 lines
111 B
YAML
5 lines
111 B
YAML
tests:
|
|
- test:
|
|
tags: shell
|
|
filter: (CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT)
|