This builds with a host compiler, not one from the SDK, and so no newlib library is available. There is work to enable newlib detection at and above the cmake level. This patch can be reverted when that lands. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
11 lines
279 B
YAML
11 lines
279 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: qemu_x86_64 # No newlib
|
|
tags: clib newlib
|