Remove platform specific tags and be consistent. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
12 lines
215 B
YAML
12 lines
215 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
|
|
extra_configs:
|
|
- CONFIG_SERIAL=y
|