native_posix is now deprecated. Building these tests in both native_sim and native_posix does not improve coverage for the tests or subsystem but doubles CI time. As anyhow native_posix will be removed all together in 2 releases, let's remove it already for these. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
43 lines
939 B
YAML
43 lines
939 B
YAML
common:
|
|
platform_allow:
|
|
- native_sim
|
|
integration_platforms:
|
|
- native_sim
|
|
tags: bindesc
|
|
tests:
|
|
bindesc.define:
|
|
platform_allow:
|
|
- native_sim
|
|
- qemu_x86
|
|
- qemu_cortex_m0
|
|
- qemu_cortex_m3
|
|
- qemu_cortex_r5
|
|
- qemu_arc/qemu_arc_em
|
|
- qemu_arc/qemu_arc_hs
|
|
- qemu_arc/qemu_arc_hs5x
|
|
- qemu_arc/qemu_arc_hs6x
|
|
- qemu_riscv32
|
|
- qemu_riscv32e
|
|
- qemu_riscv64
|
|
bindesc.define.c99:
|
|
extra_configs:
|
|
- CONFIG_STD_C99=y
|
|
bindesc.define.c11:
|
|
extra_configs:
|
|
- CONFIG_STD_C11=y
|
|
bindesc.define.c17:
|
|
extra_configs:
|
|
- CONFIG_STD_C17=y
|
|
bindesc.define.gnu99:
|
|
extra_configs:
|
|
- CONFIG_STD_C99=y
|
|
- CONFIG_GNU_C_EXTENSIONS=y
|
|
bindesc.define.gnu11:
|
|
extra_configs:
|
|
- CONFIG_STD_C11=y
|
|
- CONFIG_GNU_C_EXTENSIONS=y
|
|
bindesc.define.gnu17:
|
|
extra_configs:
|
|
- CONFIG_STD_C17=y
|
|
- CONFIG_GNU_C_EXTENSIONS=y
|