diff options
Diffstat (limited to 'tests/Kmisc')
| -rw-r--r-- | tests/Kmisc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Kmisc b/tests/Kmisc index d2e55b2..44fdfdc 100644 --- a/tests/Kmisc +++ b/tests/Kmisc @@ -1,6 +1,6 @@ # For testing various minor APIs -# is_optional() +# optional choices choice NOT_OPTIONAL bool "not optional" @@ -51,7 +51,10 @@ config HEX hex "hex" depends on NOT_DEFINED_2 +config COMMENT_HOOK comment "comment" + +config MENU_HOOK menu "menu" depends on NOT_DEFINED_3 || NOT_DEFINED_2 depends on !NOT_DEFINED_4 |
