19 lines
424 B
YAML
19 lines
424 B
YAML
common:
|
|
arch_exclude: posix
|
|
tags: posix getopt
|
|
tests:
|
|
portability.posix.getopt:
|
|
integration_platforms:
|
|
- qemu_x86
|
|
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
|