zephyr/tests/lib/mem_alloc/testcase.yaml
Benoit Leforestier 472ea92e79 Build: Build with newlib-nano c library
Add an option for building with newlib-nano library.
The newlib-nano library for ARM embedded processors is a part of the
GNU Tools for ARM Embedded Processors.
Add mem_alloc tests with newlib nano.

Signed-off-by: Benoit Leforestier <benoit.leforestier@gmail.com>
2019-05-15 10:46:44 -05:00

15 lines
433 B
YAML

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
libraries.libc.newlibnano:
extra_args: CONF_FILE=prj_newlibnano.conf
toolchain_whitelist: gnuarmemb
tags: clib newlib userspace