tests: remove tests. prefix from identifier
We know this is a test already. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
623fb0ee81
commit
ee73cad7a4
1 changed files with 6 additions and 6 deletions
|
@ -1,21 +1,21 @@
|
|||
common:
|
||||
tags: linker
|
||||
tests:
|
||||
tests.application_development.code_relocation:
|
||||
application_development.code_relocation:
|
||||
filter: not CONFIG_CPU_HAS_NXP_MPU and CONFIG_MINIMAL_LIBC and dt_chosen_enabled("zephyr,itcm")
|
||||
arch_allow: arm
|
||||
extra_configs:
|
||||
- CONFIG_RELOCATE_TO_ITCM=y
|
||||
platform_allow:
|
||||
- mimxrt1060_evk
|
||||
tests.application_development.code_relocation_kinetis:
|
||||
application_development.code_relocation_kinetis:
|
||||
filter: CONFIG_CPU_HAS_NXP_MPU and CONFIG_MINIMAL_LIBC
|
||||
arch_allow: arm
|
||||
extra_configs:
|
||||
- CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
||||
platform_allow:
|
||||
- frdm_k64f
|
||||
tests.application_development.code_relocation.nxp_s32:
|
||||
application_development.code_relocation.nxp_s32:
|
||||
filter: not CONFIG_CPU_HAS_NXP_MPU and CONFIG_MINIMAL_LIBC and dt_chosen_enabled("zephyr,itcm")
|
||||
arch_allow: arm
|
||||
extra_configs:
|
||||
|
@ -23,7 +23,7 @@ tests:
|
|||
- CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
|
||||
platform_allow:
|
||||
- mr_canhubk3
|
||||
tests.application_development.code_relocation.no_itcm:
|
||||
application_development.code_relocation.no_itcm:
|
||||
filter: not CONFIG_CPU_HAS_NXP_MPU and not dt_chosen_enabled("zephyr,itcm")
|
||||
arch_allow: arm
|
||||
extra_sections:
|
||||
|
@ -38,11 +38,11 @@ tests:
|
|||
- sam_e70_xplained
|
||||
integration_platforms:
|
||||
- qemu_cortex_m3
|
||||
tests.application_development.code_relocation.riscv:
|
||||
application_development.code_relocation.riscv:
|
||||
extra_args: CONF_FILE="prj_riscv.conf"
|
||||
platform_allow:
|
||||
- qemu_riscv32
|
||||
- qemu_riscv64
|
||||
tests.application_development.code_relocation.xtensa:
|
||||
application_development.code_relocation.xtensa:
|
||||
extra_args: CONF_FILE="prj_xtensa.conf"
|
||||
platform_allow: qemu_xtensa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue