Convert them to native YAML lists. Support for space-separated lists was deprecated in Twister a long time ago. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
13 lines
291 B
YAML
13 lines
291 B
YAML
tests:
|
|
kernel.objects.tracking:
|
|
tags: kernel
|
|
platform_exclude: qemu_x86_tiny
|
|
kernel.objects.tracking.minimallibc:
|
|
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
|
|
tags:
|
|
- kernel
|
|
- libc
|
|
platform_exclude: qemu_x86_tiny
|
|
extra_configs:
|
|
- CONFIG_MINIMAL_LIBC=y
|