git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b8b7d4
)
test: move unit tests into a sub-menu
author
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Mon, 3 Apr 2023 18:27:43 +0000
(20:27 +0200)
committer
Tom Rini
<trini@konsulko.com>
Tue, 25 Apr 2023 19:31:27 +0000
(15:31 -0400)
The main configuration menu should not contain detail settings.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/Kconfig
patch
|
blob
|
history
diff --git
a/test/Kconfig
b/test/Kconfig
index
4650282
..
6e859fb
100644
(file)
--- a/
test/Kconfig
+++ b/
test/Kconfig
@@
-3,7
+3,9
@@
config POST
help
See doc/README.POST for more details
-menuconfig UNIT_TEST
+menu "Unit tests"
+
+config UNIT_TEST
bool "Unit tests"
help
Select this to compile in unit tests for various parts of
@@
-107,3
+109,5
@@
source "test/env/Kconfig"
source "test/lib/Kconfig"
source "test/optee/Kconfig"
source "test/overlay/Kconfig"
+
+endmenu