From f6eb4f435bc594aa58b8f8c066a9e2243c5c8330 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 22 Jun 2018 05:15:46 +0200 Subject: Add Symbol/Choice.referenced() convenience methods Returns the union of the MenuNode.referenced() sets for all the menu nodes of the symbol/choice. --- tests/Kreferenced | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'tests') 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 -- cgit v1.2.3