1common:
2  platform_allow:
3    - native_sim
4  integration_platforms:
5    - native_sim
6  tags: bindesc
7tests:
8  bindesc.read:
9    platform_allow:
10      - native_posix
11      - native_sim
12  bindesc.read.c99:
13    extra_configs:
14      - CONFIG_STD_C99=y
15  bindesc.read.c11:
16    extra_configs:
17      - CONFIG_STD_C11=y
18  bindesc.read.c17:
19    extra_configs:
20      - CONFIG_STD_C17=y
21  bindesc.read.gnu99:
22    extra_configs:
23      - CONFIG_STD_C99=y
24      - CONFIG_GNU_C_EXTENSIONS=y
25  bindesc.read.gnu11:
26    extra_configs:
27      - CONFIG_STD_C11=y
28      - CONFIG_GNU_C_EXTENSIONS=y
29  bindesc.read.gnu17:
30    extra_configs:
31      - CONFIG_STD_C17=y
32      - CONFIG_GNU_C_EXTENSIONS=y
33