From 345c25659cb3bd06f6d4e991526643cdca946f94 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Tue, 28 Nov 2023 13:17:46 +0100 Subject: [PATCH] tests/subsys/bindesc/definition: Enable for native_sim Enable bindesc.define also for native_sim. Signed-off-by: Alberto Escolar Piedras --- tests/subsys/bindesc/definition/testcase.yaml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/tests/subsys/bindesc/definition/testcase.yaml b/tests/subsys/bindesc/definition/testcase.yaml index 3da2484a15b..0f447941374 100644 --- a/tests/subsys/bindesc/definition/testcase.yaml +++ b/tests/subsys/bindesc/definition/testcase.yaml @@ -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: