summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Kreferenced20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/Kreferenced b/tests/Kreferenced
index 8dda5a2..9da94c8 100644
--- a/tests/Kreferenced
+++ b/tests/Kreferenced
@@ -41,3 +41,23 @@ endchoice
comment "comment"
depends on A || B
+
+
+config MULTI_DEF_SYM
+ def_bool A && B
+
+config MULTI_DEF_SYM
+ depends on C
+
+
+choice MULTI_DEF_CHOICE
+ bool "choice"
+ depends on A && B
+
+endchoice
+
+choice MULTI_DEF_CHOICE
+ bool "choice"
+ depends on C
+
+endchoice