summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Kstrict16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/Kstrict b/tests/Kstrict
new file mode 100644
index 0000000..463a1c8
--- /dev/null
+++ b/tests/Kstrict
@@ -0,0 +1,16 @@
+config DEF
+ bool
+
+config BOOL
+ bool "foo" if DEF || !UNDEF_1
+ default UNDEF_2
+
+config INT
+ int
+ range UNDEF_2 8
+
+menu "menu"
+ depends on UNDEF_1
+ visible if UNDEF_3
+
+endmenu