From 381f9eac7ef1fb8dadb98290a857a37d1ccbe786 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 7 Dec 2012 00:24:03 +0100 Subject: Add tests/Klocation. --- tests/Klocation | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/Klocation (limited to 'tests') 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 -- cgit v1.2.3