1common:
2  build_only: true
3  tags:
4    - drivers
5    - watchdog
6tests:
7  drivers.watchdog.build:
8    # will cover drivers without in-tree boards
9    platform_allow: qemu_cortex_m3
10    extra_args: "CONFIG_WATCHDOG=y"
11  drivers.watchdog.build.i2c:
12    extra_args: DTC_OVERLAY_FILE="i2c_devices.overlay"
13    extra_configs:
14      - CONFIG_I2C=y
15    platform_allow:
16      - native_sim
17      - native_sim/native/64
18  drivers.watchdog.build.spi:
19    extra_args: DTC_OVERLAY_FILE="spi_devices.overlay"
20    extra_configs:
21      - CONFIG_SPI=y
22    platform_allow:
23      - native_sim
24      - native_sim/native/64
25