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>
14 lines
340 B
YAML
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
|