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:
parent
84221f5219
commit
569dbd8e0f
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue