2022-07-05 07:16:12 +08:00
|
|
|
common:
|
2022-07-05 05:28:16 +08:00
|
|
|
arch_exclude: posix
|
|
|
|
tags: posix getopt
|
2021-07-01 17:50:16 +08:00
|
|
|
tests:
|
2022-07-05 05:28:16 +08:00
|
|
|
portability.posix.getopt:
|
2021-07-01 17:50:16 +08:00
|
|
|
integration_platforms:
|
|
|
|
- qemu_x86
|
|
|
|
min_flash: 64
|
|
|
|
min_ram: 32
|
2022-07-05 05:28:16 +08:00
|
|
|
portability.posix.getopt.newlib:
|
2022-07-05 07:16:12 +08:00
|
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_NEWLIB_LIBC=y
|
2022-07-05 05:41:00 +08:00
|
|
|
portability.posix.getopt.picolibc:
|
|
|
|
tags: picolibc
|
|
|
|
filter: CONFIG_PICOLIBC_SUPPORTED
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_PICOLIBC=y
|