Replace global CSTD property with kconfig options. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
33 lines
676 B
YAML
33 lines
676 B
YAML
common:
|
|
platform_allow:
|
|
- native_sim
|
|
integration_platforms:
|
|
- native_sim
|
|
tags: bindesc
|
|
tests:
|
|
bindesc.read:
|
|
platform_allow:
|
|
- native_posix
|
|
- native_sim
|
|
bindesc.read.c99:
|
|
extra_configs:
|
|
- CONFIG_STD_C99=y
|
|
bindesc.read.c11:
|
|
extra_configs:
|
|
- CONFIG_STD_C11=y
|
|
bindesc.read.c17:
|
|
extra_configs:
|
|
- CONFIG_STD_C17=y
|
|
bindesc.read.gnu99:
|
|
extra_configs:
|
|
- CONFIG_STD_C99=y
|
|
- CONFIG_GNU_C_EXTENSIONS=y
|
|
bindesc.read.gnu11:
|
|
extra_configs:
|
|
- CONFIG_STD_C11=y
|
|
- CONFIG_GNU_C_EXTENSIONS=y
|
|
bindesc.read.gnu17:
|
|
extra_configs:
|
|
- CONFIG_STD_C17=y
|
|
- CONFIG_GNU_C_EXTENSIONS=y
|