Remove platform specific tags and be consistent. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
11 lines
201 B
YAML
11 lines
201 B
YAML
common:
|
|
build_only: true
|
|
tags:
|
|
- drivers
|
|
- i2c
|
|
tests:
|
|
drivers.i2c.build:
|
|
# will cover drivers without in-tree boards
|
|
platform_allow: qemu_cortex_m3
|
|
extra_args: "CONFIG_I2C=y"
|