Add a build only test to validate correct compilation of the uart_rtt driver. No harness that connects to RTT is defined, and therefore the test can't be run by CI. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
14 lines
442 B
YAML
14 lines
442 B
YAML
tests:
|
|
drivers.uart.uart_async_api:
|
|
tags: drivers
|
|
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC
|
|
harness: keyboard
|
|
drivers.uart.uart_async_api.rtt:
|
|
tags: drivers
|
|
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC and CONFIG_HAS_SEGGER_RTT
|
|
extra_args: DTC_OVERLAY_FILE=boards/segger_rtt.overlay
|
|
extra_configs:
|
|
- CONFIG_USE_SEGGER_RTT=y
|
|
- CONFIG_UART_RTT=y
|
|
build_only: true
|