summaryrefslogtreecommitdiff
path: root/testsuite.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite.py')
-rw-r--r--testsuite.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite.py b/testsuite.py
index 175d278..c1690d3 100644
--- a/testsuite.py
+++ b/testsuite.py
@@ -554,6 +554,11 @@ config ADVANCED
depends on (A || !B || (C && D) || !(E && F) || G = H || (I && !J && (K || L) && !(M || N) && O = P)) && DEP4 && DEP3
help
second help text
+
+config ADVANCED
+ tristate
+ prompt "prompt 4" if VIS && DEP4 && DEP3
+ depends on DEP4 && DEP3
""")
verify_custom_str(c.syms["ADVANCED"], """
@@ -582,6 +587,11 @@ config ADVANCED
depends on ([A] || ![B] || ([C] && [D]) || !([E] && [F]) || [G] = [H] || ([I] && ![J] && ([K] || [L]) && !([M] || [N]) && [O] = [P])) && [DEP4] && [DEP3]
help
second help text
+
+config ADVANCED
+ tristate
+ prompt "prompt 4" if [VIS] && [DEP4] && [DEP3]
+ depends on [DEP4] && [DEP3]
""")