2018-08-02 11:06:59 +08:00
|
|
|
tests:
|
|
|
|
libraries.libc.minimal:
|
|
|
|
extra_args: CONF_FILE=prj.conf
|
2018-09-14 22:13:02 +08:00
|
|
|
arch_exclude: posix
|
2019-02-02 04:18:31 +08:00
|
|
|
tags: clib minimal_libc userspace
|
2018-08-02 11:06:59 +08:00
|
|
|
libraries.libc.newlib:
|
|
|
|
extra_args: CONF_FILE=prj_newlib.conf
|
2018-09-14 22:13:02 +08:00
|
|
|
arch_exclude: posix
|
2019-01-09 21:50:38 +08:00
|
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
2019-02-02 04:18:31 +08:00
|
|
|
tags: clib newlib userspace
|