diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-06-22 05:15:46 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-06-22 06:02:47 +0200 |
| commit | f6eb4f435bc594aa58b8f8c066a9e2243c5c8330 (patch) | |
| tree | 83f160db85f94330fa81fb8fba7121611edaf4aa /tests | |
| parent | 94e6db54b8c8411cead8cc4186aa9199a23d617e (diff) | |
Add Symbol/Choice.referenced() convenience methods
Returns the union of the MenuNode.referenced() sets for all the menu
nodes of the symbol/choice.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Kreferenced | 20 |
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 |
