summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Kassignable1
-rw-r--r--tests/Kdefconfig_existent_but_n1
-rw-r--r--tests/Khelp3
-rw-r--r--tests/Klocation2
-rw-r--r--tests/Klocation_included3
5 files changed, 10 insertions, 0 deletions
diff --git a/tests/Kassignable b/tests/Kassignable
index f134a74..26b4177 100644
--- a/tests/Kassignable
+++ b/tests/Kassignable
@@ -9,6 +9,7 @@ if UNDEFINED && "const"
endif
config NO_PROMPT
+ bool
config STRING
string "string"
diff --git a/tests/Kdefconfig_existent_but_n b/tests/Kdefconfig_existent_but_n
index 17b8980..2d55e97 100644
--- a/tests/Kdefconfig_existent_but_n
+++ b/tests/Kdefconfig_existent_but_n
@@ -2,6 +2,7 @@
# Should produce None due to the "depends on n"
config FOO
+ string
option env="BAR"
config A
diff --git a/tests/Khelp b/tests/Khelp
index fdc81ed..c201176 100644
--- a/tests/Khelp
+++ b/tests/Khelp
@@ -1,4 +1,5 @@
config TWO_HELP_STRINGS
+ bool
help
first help string
@@ -10,10 +11,12 @@ config TWO_HELP_STRINGS
second help string
config NO_BLANK_AFTER_HELP
+ bool
help
help for
NO_BLANK_AFTER_HELP
choice CHOICE_HELP
+ bool "choice with help"
help
help for
CHOICE_HELP
diff --git a/tests/Klocation b/tests/Klocation
index 3901ebf..00d4f4a 100644
--- a/tests/Klocation
+++ b/tests/Klocation
@@ -2,8 +2,10 @@ if UNDEFINED
endif
config SINGLE_DEF
+ bool
config MULTI_DEF
+ bool
# Throw in some line continuations too to make sure it doesn't mess up the line
# numbers
diff --git a/tests/Klocation_included b/tests/Klocation_included
index fb1afaa..6e19f76 100644
--- a/tests/Klocation_included
+++ b/tests/Klocation_included
@@ -3,13 +3,16 @@
config MULTI_DEF
choice CHOICE
+ bool "choice"
endchoice
config MENU_HOOK
+ bool
menu "menu"
endmenu
config COMMENT_HOOK
+ bool
comment "comment"