summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-07 01:56:52 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-07 01:56:52 +0100
commitfba2a11fd51ea53990706430023fae34d8876360 (patch)
tree270bedfe580e45f378ac7a6ccc3119d5e21bd66c /tests
parent8d7af88e79067b9fd425d71bb7b34c2b4cdea5de (diff)
Add selftests for object relations.
Diffstat (limited to 'tests')
-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