summaryrefslogtreecommitdiff
path: root/tests/Kwtf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Kwtf')
-rw-r--r--tests/Kwtf10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/Kwtf b/tests/Kwtf
index c71e328..85ae57e 100644
--- a/tests/Kwtf
+++ b/tests/Kwtf
@@ -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"