summaryrefslogtreecommitdiff
path: root/tests/Kstrict
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Kstrict')
-rw-r--r--tests/Kstrict23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/Kstrict b/tests/Kstrict
deleted file mode 100644
index fae521a..0000000
--- a/tests/Kstrict
+++ /dev/null
@@ -1,23 +0,0 @@
-config DEF
- bool
-
-config BOOL
- bool "foo" if DEF || !UNDEF_1
- default UNDEF_2
-
-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
- visible if UNDEF_3
-
-endmenu