zephyr/tests/drivers/build_all/uart/testcase.yaml
Ryan McClelland 8f55774eae test: drivers: build_all: add cdns uart build only test
As the cadence uart, has no off-the-shelve microprocessor out there.
Add a build only test case for the cadence uart using the qemu cortex
m3 as the board.

Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
2023-08-07 18:51:28 +00:00

13 lines
235 B
YAML

common:
build_only: true
tags:
- drivers
- uart
tests:
drivers.uart.build:
# will cover drivers without in-tree boards
platform_allow: qemu_cortex_m3
tags: uart_cdns
extra_configs:
- CONFIG_SERIAL=y