zephyr/tests/posix/barriers/testcase.yaml
Marvin Ouma 05196e38a9 tests: posix: common: separate posix barriers to standalone test
posix.common contains testsuites that can be separated into smaller
groups of tests. This change moves barrier into a singular
testsuite at tests/posix/barriers app directory.

Signed-off-by: Marvin Ouma <pancakesdeath@protonmail.com>
2024-11-16 13:30:36 -05:00

26 lines
589 B
YAML

common:
filter: not CONFIG_NATIVE_LIBC
tags:
- posix
- barriers
# 1 tier0 platform per supported architecture
platform_key:
- arch
- simulation
min_flash: 64
min_ram: 32
tests:
portability.posix.barriers: {}
portability.posix.barriers.minimal:
extra_configs:
- CONFIG_MINIMAL_LIBC=y
portability.posix.barriers.newlib:
filter: TOOLCHAIN_HAS_NEWLIB == 1
extra_configs:
- CONFIG_NEWLIB_LIBC=y
portability.posix.barriers.picolibc:
tags: picolibc
filter: CONFIG_PICOLIBC_SUPPORTED
extra_configs:
- CONFIG_PICOLIBC=y