diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-02 20:36:41 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-02 20:38:26 +0100 |
| commit | 852eae7d41abed9051f72d0ba72bfb854cfb6fcb (patch) | |
| tree | 4f3213e1171d3ef242739039c32e02a9855ee73a /tests/Kmisc | |
| parent | 72e7786599386ab2492ef06f1c2b72447addba45 (diff) | |
Clean up .kconfig tests
Kinda silly to test if they're separate since a long time, but can do
that easily too with some reorganization.
Diffstat (limited to 'tests/Kmisc')
| -rw-r--r-- | tests/Kmisc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Kmisc b/tests/Kmisc index c3a21f8..44fdfdc 100644 --- a/tests/Kmisc +++ b/tests/Kmisc @@ -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 |
