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