tests: misc: fix identifiers
Do no use misc as component for test identifier. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
63adf9e830
commit
79e2f22c6e
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
misc.check_init_priorities:
|
init.check_init_priorities:
|
||||||
build_only: true
|
build_only: true
|
||||||
platform_allow: native_posix native_posix_64
|
platform_allow: native_posix native_posix_64
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
misc.iterable_sections:
|
linker.iterable_sections:
|
||||||
tags: iterable_sections
|
tags: iterable_sections
|
||||||
arch_exclude: xtensa
|
arch_exclude: xtensa
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
misc.kconfigoptions:
|
kconfig.kconfigoptions:
|
||||||
tags: kconfigoptions
|
tags: kconfigoptions
|
||||||
platform_allow: native_posix
|
platform_allow: native_posix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue