diff options
Diffstat (limited to 'tests/Kwtf')
| -rw-r--r-- | tests/Kwtf | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -3,6 +3,16 @@ config A select n select m select y + select UNAME_RELEASE + select "n" + select "m" + select "y" + select "UNAME_RELEASE" imply n imply m imply y + imply UNAME_RELEASE + imply "n" + imply "m" + imply "y" + imply "UNAME_RELEASE" |
