diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-11 13:10:16 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-11 13:10:16 +0100 |
| commit | a55e3d29246cb9e480e36c925b268892f29e8f98 (patch) | |
| tree | 6f404bb6663114d4588671e813522a4fdfb2b7dc /tests/Kmisc | |
| parent | 0eb086ab783048b84ce8e08f676c43a0542509ff (diff) | |
Add selftests for get_user_value().
Diffstat (limited to 'tests/Kmisc')
| -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" |
