diff options
| -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 |
