1common:
2  tags:
3    - cmake
4  platform_allow:
5    - native_sim
6    - native_sim/native/64
7  integration_platforms:
8    - native_sim
9    - native_sim/native/64
10tests:
11  buildsystem.cmake.overlays.soc_folder_kconfig.default:
12    extra_args:
13      - CONFIG_TEST_TYPE=0
14  buildsystem.cmake.overlays.soc_folder_kconfig.suffix:
15    extra_args:
16      - CONFIG_TEST_TYPE=1
17      - FILE_SUFFIX=somesuffix
18  buildsystem.cmake.overlays.soc_folder_kconfig.conf:
19    extra_args:
20      - CONFIG_TEST_TYPE=2
21      - EXTRA_CONF_FILE=boards/other.conf
22  buildsystem.cmake.overlays.soc_folder_kconfig.suffix.conf:
23    extra_args:
24      - CONFIG_TEST_TYPE=3
25      - FILE_SUFFIX=somesuffix
26      - EXTRA_CONF_FILE=boards/other.conf
27