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:
parent
1a3ba0ec82
commit
345c25659c
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user