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>
15 lines
433 B
YAML
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
|