tests: cmake: fix test identifier

cmake is part of the build system area.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2024-07-17 06:53:32 -04:00
commit 569dbd8e0f
2 changed files with 7 additions and 7 deletions

View file

@ -8,18 +8,18 @@ common:
- native_sim
- native_sim/native/64
tests:
cmake.overlays.soc_folder_kconfig.default:
buildsystem.cmake.overlays.soc_folder_kconfig.default:
extra_args:
- CONFIG_TEST_TYPE=0
cmake.overlays.soc_folder_kconfig.suffix:
buildsystem.cmake.overlays.soc_folder_kconfig.suffix:
extra_args:
- CONFIG_TEST_TYPE=1
- FILE_SUFFIX=somesuffix
cmake.overlays.soc_folder_kconfig.conf:
buildsystem.cmake.overlays.soc_folder_kconfig.conf:
extra_args:
- CONFIG_TEST_TYPE=2
- EXTRA_CONF_FILE=boards/other.conf
cmake.overlays.soc_folder_kconfig.suffix.conf:
buildsystem.cmake.overlays.soc_folder_kconfig.suffix.conf:
extra_args:
- CONFIG_TEST_TYPE=3
- FILE_SUFFIX=somesuffix

View file

@ -2,7 +2,7 @@ common:
tags:
- cmake
tests:
cmake.overlays.soc_folder_overlay.default:
buildsystem.cmake.overlays.soc_folder_overlay.default:
platform_allow:
- native_sim
- native_sim/native/64
@ -11,7 +11,7 @@ tests:
- native_sim/native/64
extra_args:
- CONFIG_TEST_TYPE=0
cmake.overlays.soc_folder_overlay.suffix:
buildsystem.cmake.overlays.soc_folder_overlay.suffix:
platform_allow:
- native_sim
- native_sim/native/64
@ -21,7 +21,7 @@ tests:
extra_args:
- CONFIG_TEST_TYPE=1
- FILE_SUFFIX=somesuffix
cmake.overlays.soc_folder_overlay.app:
buildsystem.cmake.overlays.soc_folder_overlay.app:
platform_allow:
- qemu_cortex_m3
integration_platforms: