From a55e3d29246cb9e480e36c925b268892f29e8f98 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 11 Dec 2012 13:10:16 +0100 Subject: Add selftests for get_user_value(). --- tests/Kmisc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'tests/Kmisc') 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" -- cgit v1.2.3