tests/subsys/bindesc/definition: Enable for native_sim

Enable bindesc.define also for native_sim.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-11-28 13:17:46 +01:00 committed by Anas Nashif
parent 1a3ba0ec82
commit 345c25659c

View File

@ -7,10 +7,20 @@ common:
tags: bindesc
tests:
bindesc.define:
platform_allow: >
native_posix qemu_x86 qemu_cortex_m0 qemu_cortex_m3
qemu_cortex_r5 qemu_arc_em qemu_arc_hs qemu_arc_hs5x
qemu_arc_hs6x qemu_riscv32 qemu_riscv32e qemu_riscv64
platform_allow:
- native_posix
- native_sim
- qemu_x86
- qemu_cortex_m0
- qemu_cortex_m3
- qemu_cortex_r5
- qemu_arc_em
- qemu_arc_hs
- qemu_arc_hs5x
- qemu_arc_hs6x
- qemu_riscv32
- qemu_riscv32e
- qemu_riscv64
bindesc.define.c99:
extra_args: CSTD="c99"
bindesc.define.c11: