From 0eb086ab783048b84ce8e08f676c43a0542509ff Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 11 Dec 2012 12:07:34 +0100 Subject: Add selftests for is_optional(). --- tests/Kmisc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/Kmisc (limited to 'tests') diff --git a/tests/Kmisc b/tests/Kmisc new file mode 100644 index 0000000..1673896 --- /dev/null +++ b/tests/Kmisc @@ -0,0 +1,20 @@ +# For testing various minor APIs + +# is_optional() + +choice NOT_OPTIONAL + bool "not optional" +config A + bool "A" +config B + bool "B" +endchoice + +choice OPTIONAL + tristate "optional" + optional +config C + tristate "C" +config D + tristate "D" +endchoice -- cgit v1.2.3