diff options
Diffstat (limited to 'tests/Klocation_sourced')
| -rw-r--r-- | tests/Klocation_sourced | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/Klocation_sourced b/tests/Klocation_sourced new file mode 100644 index 0000000..6e19f76 --- /dev/null +++ b/tests/Klocation_sourced @@ -0,0 +1,18 @@ + + +config MULTI_DEF + +choice CHOICE + bool "choice" +endchoice + +config MENU_HOOK + bool + +menu "menu" +endmenu + +config COMMENT_HOOK + bool + +comment "comment" |
