diff options
author | David Decotigny <decot@googlers.com> | 2016-02-19 14:24:00 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-02-20 03:54:09 (GMT) |
commit | 5fd003f56c2c584b62a0486ad25bbd4be02b8b6c (patch) | |
tree | 17e2cfd6f198fe731c75c01ec9eca263ba8cb6ca /lib/Kconfig.debug | |
parent | e52bc7c28ac9f54db6f86b19ed65c599def18c98 (diff) | |
download | linux-5fd003f56c2c584b62a0486ad25bbd4be02b8b6c.tar.xz |
test_bitmap: unit tests for lib/bitmap.c
This is mainly testing bitmap construction and conversion to/from u32[]
for now.
Tested:
qemu i386, x86_64, ppc, ppc64 BE and LE, ARM.
Signed-off-by: David Decotigny <decot@googlers.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index ecb9e75..f890ee5 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -1738,6 +1738,14 @@ config TEST_KSTRTOX config TEST_PRINTF tristate "Test printf() family of functions at runtime" +config TEST_BITMAP + tristate "Test bitmap_*() family of functions at runtime" + default n + help + Enable this option to test the bitmap functions at boot. + + If unsure, say N. + config TEST_RHASHTABLE tristate "Perform selftest on resizable hash table" default n |