This commit limits test targets for the test to run only on native or simulated machines. Signed-off-by: Radosław Koppel <r.koppel@k-el.com>
7 lines
239 B
YAML
7 lines
239 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
|