summaryrefslogtreecommitdiff
path: root/tests/Kdeploop7
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Kdeploop7')
-rw-r--r--tests/Kdeploop711
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/Kdeploop7 b/tests/Kdeploop7
new file mode 100644
index 0000000..63d2c57
--- /dev/null
+++ b/tests/Kdeploop7
@@ -0,0 +1,11 @@
+choice
+ bool "choice"
+
+config FOO
+ bool "foo"
+ depends on BAR
+
+config BAR
+ bool "bar"
+
+endchoice