zephyr/tests/posix/eventfd_basic/testcase.yaml
Christopher Friedt 5874b8424c tests: posix: increase coverage for picolibc
This change adds coverage for picolibc in
* tests/posix/eventfd
* tests/posix/eventfd_basic
* tests/posix/getopt

Fixes #47288

Signed-off-by: Christopher Friedt <cfriedt@fb.com>
2022-07-05 12:53:49 -04:00

32 lines
867 B
YAML

common:
arch_exclude: posix
tags: posix eventfd
min_ram: 32
tests:
portability.posix.eventfd_basic:
extra_configs:
- CONFIG_POSIX_API=n
portability.posix.eventfd_basic.posix_api:
extra_configs:
- CONFIG_POSIX_API=y
portability.posix.eventfd_basic.newlib:
filter: TOOLCHAIN_HAS_NEWLIB == 1
extra_configs:
- CONFIG_NEWLIB_LIBC=y
- CONFIG_POSIX_API=n
portability.posix.eventfd_basic.newlib.posix_api:
filter: TOOLCHAIN_HAS_NEWLIB == 1
extra_configs:
- CONFIG_NEWLIB_LIBC=y
- CONFIG_POSIX_API=y
portability.posix.eventfd_basic.picolibc:
tags: picolibc
filter: CONFIG_PICOLIBC_SUPPORTED
extra_configs:
- CONFIG_PICOLIBC=y
portability.posix.eventfd_basic.picolibc.posix_api:
tags: picolibc
filter: CONFIG_PICOLIBC_SUPPORTED
extra_configs:
- CONFIG_PICOLIBC=y