posix.common contains testsuites that can be separated into smaller groups of tests. This change moves syslog into a singular testsuite at tests/posix/xsi_system_logging app directory. Signed-off-by: Marvin Ouma <pancakesdeath@protonmail.com>
25 lines
603 B
YAML
25 lines
603 B
YAML
common:
|
|
filter: not CONFIG_NATIVE_LIBC
|
|
tags:
|
|
- xsi.system.logging
|
|
# 1 tier0 platform per supported architecture
|
|
platform_key:
|
|
- arch
|
|
- simulation
|
|
min_flash: 64
|
|
min_ram: 32
|
|
tests:
|
|
portability.xsi.system.logging: {}
|
|
portability.xsi.system.logging.minimal:
|
|
extra_configs:
|
|
- CONFIG_MINIMAL_LIBC=y
|
|
portability.xsi.system.logging.newlib:
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
extra_configs:
|
|
- CONFIG_NEWLIB_LIBC=y
|
|
portability.xsi.system.logging.picolibc:
|
|
tags: picolibc
|
|
filter: CONFIG_PICOLIBC_SUPPORTED
|
|
extra_configs:
|
|
- CONFIG_PICOLIBC=y
|