diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-06 22:48:46 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-06 22:48:46 +0100 |
| commit | 327dcb7174b3a0205bbefa99f46e7b16223d0efb (patch) | |
| tree | 8a99be782a467bf143bd4ef8804871707c0336f9 /tests/Keval | |
| parent | 4f0ec2f749dc2b88e0f17dc37f3078836318473c (diff) | |
Ops - forgot to commit tests/Keval.
Diffstat (limited to 'tests/Keval')
| -rw-r--r-- | tests/Keval | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/Keval b/tests/Keval new file mode 100644 index 0000000..fa7a721 --- /dev/null +++ b/tests/Keval @@ -0,0 +1,12 @@ +# Enabled/disabled in the test +config MODULES + bool "modules" + +config N + def_tristate n + +config M + def_tristate m + +config Y + def_tristate y |
