diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Kmisc | 17 |
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" |
