summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2016-05-30 17:40:41 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2016-05-30 15:26:57 -0700
commitcfaff0e515b544fa0a9cdc58a975cc629ff3bc17 (patch)
treeb3e2ab47add4b69f0cb8f75375e1e1a79fb1338f /lib/Kconfig.debug
parent1a695a905c18548062509178b98bc91e67510864 (diff)
downloadlinux-cfaff0e515b544fa0a9cdc58a975cc629ff3bc17.tar.gz
linux-cfaff0e515b544fa0a9cdc58a975cc629ff3bc17.tar.xz
lib/uuid: add a test module
It appears that somehow I missed a test of the latest UUID rework which landed in the kernel. Present a small test module to avoid such cases in the future. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 77d7d034bac3..b9cfdbfae9aa 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1841,6 +1841,9 @@ config TEST_BITMAP
If unsure, say N.
+config TEST_UUID
+ tristate "Test functions located in the uuid module at runtime"
+
config TEST_RHASHTABLE
tristate "Perform selftest on resizable hash table"
default n