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>
10 lines
233 B
YAML
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
|