zephyr/tests/posix/getopt/testcase.yaml
Anas Nashif a543ba1f4d tests: use integration_platforms where applicable
Use integration_platforms where coverage is provided using one or few
targets instead.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-05-26 17:52:02 -04:00

25 lines
528 B
YAML

common:
arch_exclude: posix
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