tests: uart_basic_api: fix configuration
These additional configs should have been put in prj.conf and not here. Makes the tests simpler to build correctly outside of sanitycheck. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
bcd60189c2
commit
504dffa38c
4 changed files with 3 additions and 6 deletions
|
@ -1,3 +1,4 @@
|
|||
CONFIG_SERIAL=y
|
||||
CONFIG_UART_INTERRUPT_DRIVEN=y
|
||||
CONFIG_ZTEST=y
|
||||
CONFIG_NATIVE_UART_0_ON_STDINOUT=y
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
CONFIG_SERIAL=y
|
||||
CONFIG_ZTEST=y
|
||||
CONFIG_NATIVE_UART_0_ON_STDINOUT=y
|
||||
|
|
|
@ -3,3 +3,4 @@ CONFIG_UART_INTERRUPT_DRIVEN=y
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_SHELL_CMD_BUFF_SIZE=90
|
||||
CONFIG_SHELL=y
|
||||
CONFIG_NATIVE_UART_0_ON_STDINOUT=y
|
||||
|
|
|
@ -1,21 +1,15 @@
|
|||
tests:
|
||||
peripheral.uart:
|
||||
extra_configs:
|
||||
- CONFIG_NATIVE_UART_0_ON_STDINOUT=y
|
||||
tags: drivers
|
||||
filter: CONFIG_UART_CONSOLE
|
||||
harness: keyboard
|
||||
peripheral.uart.poll:
|
||||
extra_args: CONF_FILE=prj_poll.conf
|
||||
extra_configs:
|
||||
- CONFIG_NATIVE_UART_0_ON_STDINOUT=y
|
||||
tags: drivers
|
||||
filter: CONFIG_UART_CONSOLE
|
||||
harness: keyboard
|
||||
peripheral.uart.shell:
|
||||
extra_args: CONF_FILE=prj_shell.conf
|
||||
extra_configs:
|
||||
- CONFIG_NATIVE_UART_0_ON_STDINOUT=y
|
||||
min_flash: 64
|
||||
tags: drivers
|
||||
filter: CONFIG_UART_CONSOLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue