summaryrefslogtreecommitdiff
path: root/tests/Krelation
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Krelation')
-rw-r--r--tests/Krelation34
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/Krelation b/tests/Krelation
new file mode 100644
index 0000000..057b585
--- /dev/null
+++ b/tests/Krelation
@@ -0,0 +1,34 @@
+config A
+ bool
+
+choice
+ bool "C"
+config B
+ bool "B"
+config C
+ bool "C" if B
+config D
+ bool "D"
+endchoice
+
+menu "m1"
+config E
+ bool
+menu "m2"
+config F
+ bool
+choice
+config G
+ bool "g"
+config H
+ bool "h"
+endchoice
+endmenu
+config I
+ bool
+endmenu
+
+menu "m3"
+endmenu
+menu "m4"
+endmenu