summaryrefslogtreecommitdiff
path: root/tests/Kmisc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Kmisc')
-rw-r--r--tests/Kmisc17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/Kmisc b/tests/Kmisc
index 1673896..79131a3 100644
--- a/tests/Kmisc
+++ b/tests/Kmisc
@@ -18,3 +18,20 @@ config C
config D
tristate "D"
endchoice
+
+# get_user_value()
+
+config BOOL
+ bool "bool"
+
+config TRISTATE
+ tristate # Visibility should not affect user value
+
+config STRING
+ string "string"
+
+config INT
+ int # Visibility should not affect user value
+
+config HEX
+ hex "hex"