Do not use qemu_cortex_m3 for the "build all" case, as it overflows and provides no benefit over native_sim. Add native_sim/native/64 platform to the tests. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
21 lines
457 B
YAML
21 lines
457 B
YAML
tests:
|
|
usb.device_next:
|
|
platform_allow:
|
|
- native_sim
|
|
- native_sim/native/64
|
|
- qemu_cortex_m3
|
|
integration_platforms:
|
|
- native_sim
|
|
tags: usb
|
|
usb.device_next.build_all:
|
|
platform_allow:
|
|
- native_sim
|
|
- native_sim/native/64
|
|
integration_platforms:
|
|
- native_sim
|
|
tags: usb
|
|
extra_args:
|
|
- CONF_FILE="build_all.conf"
|
|
- EXTRA_DTC_OVERLAY_FILE="build_all.overlay"
|
|
build_only: true
|