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_sim
11  bindesc.read.c99:
12    extra_configs:
13      - CONFIG_STD_C99=y
14  bindesc.read.c11:
15    extra_configs:
16      - CONFIG_STD_C11=y
17  bindesc.read.c17:
18    extra_configs:
19      - CONFIG_STD_C17=y
20  bindesc.read.gnu99:
21    extra_configs:
22      - CONFIG_STD_C99=y
23      - CONFIG_GNU_C_EXTENSIONS=y
24  bindesc.read.gnu11:
25    extra_configs:
26      - CONFIG_STD_C11=y
27      - CONFIG_GNU_C_EXTENSIONS=y
28  bindesc.read.gnu17:
29    extra_configs:
30      - CONFIG_STD_C17=y
31      - CONFIG_GNU_C_EXTENSIONS=y
32