Skip to content

Commit 8f19de1

Browse files
lemreyrlubos
authored andcommitted
kconfig: create a menu entry "Test"
Group test-related Kconfig settings to avoid cluttering the top-level KConfig menu. Signed-off-by: Emanuele Di Santo <[email protected]>
1 parent 461f5ed commit 8f19de1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7+
menu "Test"
8+
79
config ZTEST_MULTICORE_DEFAULT_SETTINGS
810
bool "Implement default image for multicore boards"
911
default y
1012

1113
rsource "unity/Kconfig"
14+
15+
endmenu

0 commit comments

Comments
 (0)