zephyr/tests/kernel/errno/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

12 lines
219 B
YAML

common:
arch_exclude: xtensa
min_ram: 32
tags: kernel
tests:
kernel.common.errno:
tags: kernel
kernel.common.errno.newlib:
platform_exclude: qemu_x86_64
extra_configs:
- CONFIG_NEWLIB_LIBC=y