1common:
2  build_only: true
3  tags:
4    - drivers
5    - i3c
6tests:
7  drivers.i3c.build:
8    # will cover drivers without in-tree boards
9    platform_allow: qemu_cortex_m3
10    tags: i3c_cdns
11    extra_args: "CONFIG_I3C=y"
12