zephyr/tests/lib/mem_alloc/testcase.yaml
Alberto Escolar Piedras 5166b95626 tests: lib: mem_alloc: Blacklist all POSIX arch boards
These tests rely on compiling with one of the provided
C libraries which are not compiled for any
of the POSIX ARCH boards => balcklist based on the arch
and not on the board

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2018-10-15 09:36:37 -04:00

10 lines
233 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
tags: clib newlib