diff options
| author | ulfalizer <ulfalizer@gmail.com> | 2015-03-13 01:04:08 +0100 |
|---|---|---|
| committer | ulfalizer <ulfalizer@gmail.com> | 2015-03-13 01:04:08 +0100 |
| commit | 5cc87664ae6fe0b05b6f2d3cc98aae864f9eafb0 (patch) | |
| tree | 9d475f7735d0ff7202ffee933fade87ee1d22de3 /tests | |
| parent | cad5853418f4d080e6191e92f0f5d8042d0f8ea8 (diff) | |
| parent | 589d9b7fc305848df64b73eeac6bdfd76de7ce34 (diff) | |
Merge pull request #14 from philipc/linux-3.19
Fixes to make testsuite pass
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Kmisc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Kmisc b/tests/Kmisc index 725f661..d2e55b2 100644 --- a/tests/Kmisc +++ b/tests/Kmisc @@ -64,3 +64,10 @@ config FROM_ENV config FROM_ENV_MISSING string option env="MISSING_ENV_VAR" + +config NOT_ALLNOCONFIG_Y + bool "not allnoconfig_y" + +config ALLNOCONFIG_Y + bool "allnoconfig_y" + option allnoconfig_y |
