diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-12 10:54:30 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-12 11:07:09 +0100 |
| commit | f74acbcf05512c01168652ad90d2665a04938a31 (patch) | |
| tree | 507394414f0ba8ee80d498dc4b15e67273db3688 /tests/Kbounds | |
| parent | bb81705d4a1829e671124b05a9caffa98f282ba2 (diff) | |
Remove unused test files
Some were for now-removed APIs, others tested things that are tested
differently now.
Diffstat (limited to 'tests/Kbounds')
| -rw-r--r-- | tests/Kbounds | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/tests/Kbounds b/tests/Kbounds deleted file mode 100644 index 52e61c9..0000000 --- a/tests/Kbounds +++ /dev/null @@ -1,82 +0,0 @@ -config MODULES - def_bool y - -config Y_VISIBLE_BOOL - bool "y-visible bool" - -config Y_VISIBLE_TRISTATE - tristate "y-visible tristate" - -config M_VISIBLE_BOOL - bool "m-visible bool" if m - -menuconfig M_VISIBLE_TRISTATE - tristate "m-visible tristate" if m - -config Y_SELECTOR - def_tristate y - select Y_SELECTED_BOOL - select Y_SELECTED_TRISTATE - -config M_SELECTOR - def_tristate m - select M_SELECTED_BOOL - select M_SELECTED_TRISTATE - select M_SELECTED_M_VISIBLE_TRISTATE - -config Y_SELECTED_BOOL - bool "y-selected bool" - -config Y_SELECTED_TRISTATE - tristate "y-selected tristate" - -config M_SELECTED_BOOL - bool "m-selected bool" - -config M_SELECTED_TRISTATE - tristate "m-selected tristate" - -config M_SELECTED_M_VISIBLE_TRISTATE - tristate "m-selected m-visible tristate" if m - -config N_IMPLIER - def_tristate n - imply N_IMPLIED_BOOL - imply N_IMPLIED_TRISTATE - -config M_IMPLIER - def_tristate m - imply M_IMPLIED_BOOL - imply M_IMPLIED_TRISTATE - -config Y_IMPLIER - def_tristate y - imply Y_IMPLIED_BOOL - imply Y_IMPLIED_TRISTATE - -config N_IMPLIED_BOOL - bool "n-implied bool" - -config N_IMPLIED_TRISTATE - tristate "n-implied tristate" - -config M_IMPLIED_BOOL - bool "m-implied bool" - -config M_IMPLIED_TRISTATE - tristate "m-implied tristate" - -config Y_IMPLIED_BOOL - bool "y-implied bool" - -config Y_IMPLIED_TRISTATE - tristate "y-implied tristate" - -config STRING - string "string" - -config INT - int "int" - -config HEX - hex "hex" |
