zephyr/tests/posix/getopt/testcase.yaml
Christopher Friedt e223d01b67 tests: posix: shorten the filter in testcase.yaml
CONFIG_NATIVE_LIBC can be used in place of
CONFIG_NATIVE_BUILD and CONFIG_EXTERNAL_LIBC

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2024-01-17 04:59:16 -05:00

25 lines
539 B
YAML

common:
filter: not CONFIG_NATIVE_LIBC
tags:
- posix
- getopt
integration_platforms:
- qemu_x86
tests:
portability.posix.getopt:
min_flash: 64
min_ram: 32
portability.posix.getopt.newlib:
filter: TOOLCHAIN_HAS_NEWLIB == 1
extra_configs:
- CONFIG_NEWLIB_LIBC=y
portability.posix.getopt.picolibc:
tags: picolibc
filter: CONFIG_PICOLIBC_SUPPORTED
extra_configs:
- CONFIG_PICOLIBC=y
portability.posix.getopt.logger:
extra_configs:
- CONFIG_LOG=y
build_only: true