Move the previously singular env testsuite to be with the other features that are part of the POSIX_SINGLE_PROCESS Option Group. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
37 lines
996 B
YAML
37 lines
996 B
YAML
common:
|
|
filter: not CONFIG_NATIVE_LIBC
|
|
tags:
|
|
- posix
|
|
- single_process
|
|
# 1 tier0 platform per supported architecture
|
|
platform_key:
|
|
- arch
|
|
- simulation
|
|
min_flash: 64
|
|
min_ram: 32
|
|
tests:
|
|
portability.posix.single_process:
|
|
extra_configs:
|
|
- CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=256
|
|
portability.posix.single_process.armclang_std_libc:
|
|
toolchain_allow: armclang
|
|
extra_configs:
|
|
- CONFIG_ARMCLANG_STD_LIBC=y
|
|
portability.posix.single_process.arcmwdtlib:
|
|
toolchain_allow: arcmwdt
|
|
extra_configs:
|
|
- CONFIG_ARCMWDT_LIBC=y
|
|
portability.posix.single_process.minimal:
|
|
extra_configs:
|
|
- CONFIG_MINIMAL_LIBC=y
|
|
- CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=256
|
|
portability.posix.single_process.newlib:
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
extra_configs:
|
|
- CONFIG_NEWLIB_LIBC=y
|
|
portability.posix.single_process.picolibc:
|
|
tags: picolibc
|
|
filter: CONFIG_PICOLIBC_SUPPORTED
|
|
extra_configs:
|
|
- CONFIG_PICOLIBC=y
|