zephyr/tests/posix/clock_selection/testcase.yaml
Chris Friedt 3c7e43f4e2 tests: posix: add posix_clock_selection testsuite
Add a testsuite for the POSIX_CLOCK_SELECTION Option Group which
consists of clock_nanosleep(), pthread_condattr_getclock(), and
pthread_condattr_setclock().

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2025-05-13 22:23:21 -04:00

29 lines
723 B
YAML

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