diff options
Diffstat (limited to 'tests/Kappend')
| -rw-r--r-- | tests/Kappend | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Kappend b/tests/Kappend new file mode 100644 index 0000000..c084310 --- /dev/null +++ b/tests/Kappend @@ -0,0 +1,8 @@ +config MODULES + def_bool y + +config BOOL + bool "bool 1" + +config STRING + string "string" |
