zephyr/tests/posix/spinlocks/testcase.yaml
Marvin Ouma 69e8152fc1 tests: posix: common: separate posix spinlock tests into standalone test
posix.common contains testsuites that can be separated into smaller
groups of tests. This change moves spinlock into a singular
testsuite at tests/posix/spinlocks app directory.

Signed-off-by: Marvin Ouma <pancakesdeath@protonmail.com>
2024-11-27 22:52:56 -05:00

29 lines
692 B
YAML

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