summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Kstrict7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Kstrict b/tests/Kstrict
index 463a1c8..fae521a 100644
--- a/tests/Kstrict
+++ b/tests/Kstrict
@@ -8,6 +8,13 @@ config BOOL
config INT
int
range UNDEF_2 8
+ default 10
+ range 5 15
+
+config HEX
+ hex
+ range 0x123 0X456
+ default 0x200
menu "menu"
depends on UNDEF_1