zephyr/tests/lib/devicetree/api/testcase.yaml
Yong Cong Sin 1782011d2c tests: devicetree: api: add tests for new DT APIs
Add tests for new DT APIs added in the previous commit:
- `DT_IRQN_BY_IDX`
- `DT_INST_IRQN_BY_IDX`

Added additional tests for the following existing DT APIs when
`CONFIG_MULTI_LEVEL_INTERRUPTS` is enabled:
- `DT_IRQN`
- `DT_INST_IRQN`

Added `qemu_riscv32` for the multi-level interrupt tests.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2023-10-30 11:43:39 -04:00

14 lines
340 B
YAML

tests:
libraries.devicetree.api:
tags: devicetree
# We only need this to run on one platform so use native_posix as it
# will mostly likely be the fastest.
platform_allow:
- native_posix
- qemu_x86
- qemu_x86_64
- qemu_cortex_m3
- qemu_riscv32
integration_platforms:
- native_posix