summaryrefslogtreecommitdiff
path: root/tests/Kwtf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Kwtf')
-rw-r--r--tests/Kwtf18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/Kwtf b/tests/Kwtf
new file mode 100644
index 0000000..85ae57e
--- /dev/null
+++ b/tests/Kwtf
@@ -0,0 +1,18 @@
+config A
+ bool
+ 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"