zephyr/tests/subsys/usb/device_next/testcase.yaml
Johann Fischer fa5cfbd937 test: device_next: add overlays to build all functions
Add overlays and test case to build all USB device functions.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2024-04-19 17:04:00 +00:00

17 lines
337 B
YAML

common:
depends_on: usb_device
platform_allow:
- native_sim
- qemu_cortex_m3
integration_platforms:
- native_sim
tests:
usb.device_next:
tags: usb
usb.device_next.build_all:
tags: usb
extra_args:
- CONF_FILE="build_all.conf"
- EXTRA_DTC_OVERLAY_FILE="build_all.overlay"
build_only: true