File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
samples/subsys/shell/shell_module Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
name : Shell Sample
3
3
tests :
4
4
test :
5
- filter : CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT
5
+ filter : ( CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT )
6
+ or CONFIG_NATIVE_POSIX_STDIN_CONSOLE
6
7
tags : samples shell
7
8
harness : keyboard
Original file line number Diff line number Diff line change 1
1
tests :
2
2
test :
3
- platform_whitelist : qemu_cortex_m3 qemu_x86 arduino_101
3
+ platform_whitelist : qemu_cortex_m3 qemu_x86 arduino_101 native_posix
4
4
tags : bluetooth
5
5
harness : keyboard
6
6
test_br :
7
7
extra_args : CONF_FILE="prj_br.conf"
8
- platform_whitelist : qemu_cortex_m3 qemu_x86
8
+ platform_whitelist : qemu_cortex_m3 qemu_x86 native_posix
9
9
tags : bluetooth
10
10
harness : keyboard
Original file line number Diff line number Diff line change 1
1
tests :
2
2
test :
3
- filter : (CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT)
3
+ filter : ( CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT )
4
+ or CONFIG_NATIVE_POSIX_STDIN_CONSOLE
4
5
tags : shell
You can’t perform that action at this time.
0 commit comments