native_posix is being removed as it has reached its end of life in 4.2, after being deprecated since 4.0. Remove the twister support for native_posix[//64] and therefore all references to them from the testcases and samples yamls, so twister does not error out. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
32 lines
655 B
YAML
32 lines
655 B
YAML
common:
|
|
platform_allow:
|
|
- native_sim
|
|
integration_platforms:
|
|
- native_sim
|
|
tags: bindesc
|
|
tests:
|
|
bindesc.read:
|
|
platform_allow:
|
|
- 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
|