diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-13 14:48:49 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-13 14:51:30 +0100 |
| commit | 30be91359a25d8672304a7c7ec31acd97cc0fadb (patch) | |
| tree | 4fb582325d197614f66e26f02a4b84fba55b199d /tests/Kappend | |
| parent | bcbc4175e2949df6cc05bf8f729207eb5401cbb0 (diff) | |
Make .config reading/writing selftests more comprehensive.
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" |
