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>
17 lines
390 B
YAML
17 lines
390 B
YAML
tests:
|
|
peripheral.uart:
|
|
tags: drivers
|
|
filter: CONFIG_UART_CONSOLE
|
|
harness: keyboard
|
|
peripheral.uart.poll:
|
|
extra_args: CONF_FILE=prj_poll.conf
|
|
tags: drivers
|
|
filter: CONFIG_UART_CONSOLE
|
|
harness: keyboard
|
|
peripheral.uart.shell:
|
|
extra_args: CONF_FILE=prj_shell.conf
|
|
min_flash: 64
|
|
tags: drivers
|
|
filter: CONFIG_UART_CONSOLE
|
|
harness: keyboard
|