summaryrefslogtreecommitdiff
path: root/tests/Kvisibility
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Kvisibility')
-rw-r--r--tests/Kvisibility16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/Kvisibility b/tests/Kvisibility
index 5521863..11e15ad 100644
--- a/tests/Kvisibility
+++ b/tests/Kvisibility
@@ -259,3 +259,19 @@ comment "double-nested m comment"
depends on y
endmenu
endif
+
+# Used to verify that string/int/hex symbols with m visibility accept a user
+# value
+
+if m
+
+config STRING_m
+ string "string"
+
+config INT_m
+ int "int"
+
+config HEX_m
+ hex "hex"
+
+endif