summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-07 00:24:03 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-07 00:24:03 +0100
commit381f9eac7ef1fb8dadb98290a857a37d1ccbe786 (patch)
treedb1356f927c3b825154a3cf07dd4dde9e9bae501 /tests
parentcccf98e6b02a468da02803348fa366a93108c7c3 (diff)
Add tests/Klocation.
Diffstat (limited to 'tests')
-rw-r--r--tests/Klocation20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/Klocation b/tests/Klocation
new file mode 100644
index 0000000..e2e0c7c
--- /dev/null
+++ b/tests/Klocation
@@ -0,0 +1,20 @@
+# Defined and referenced in multiple locations
+config A
+ bool
+menu "foo"
+ depends on A
+ visible if A && NOT_DEFINED
+choice B
+ bool "b"
+config C
+ bool "c"
+config D
+ bool "d"
+endchoice
+config A
+ def_bool NOT_DEFINED
+comment "foo"
+config E
+ bool "E" if A
+ depends on A
+endmenu