zephyr/tests/lib/mem_alloc/testcase.yaml
Andy Ross f033d542ad tests: samples: Disable newlib tests on x86_64
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>
2019-01-11 15:18:52 -05:00

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