mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-10 00:41:57 +00:00
11 lines
285 B
YAML
11 lines
285 B
YAML
tests:
|
|
libraries.libc.minimal:
|
|
extra_args: CONF_FILE=prj.conf
|
|
arch_exclude: posix
|
|
tags: clib minimal_libc
|
|
libraries.libc.newlib:
|
|
extra_args: CONF_FILE=prj_newlib.conf
|
|
arch_exclude: posix
|
|
platform_exclude: esp32 qemu_x86_64 # No newlib
|
|
tags: clib newlib
|