zephyr/tests/lib/mem_alloc/testcase.yaml

11 lines
291 B
YAML
Raw Normal View History

tests:
libraries.libc.minimal:
extra_args: CONF_FILE=prj.conf
arch_exclude: posix
tags: clib minimal_libc userspace
libraries.libc.newlib:
extra_args: CONF_FILE=prj_newlib.conf
arch_exclude: posix
filter: TOOLCHAIN_HAS_NEWLIB == 1
tags: clib newlib userspace