diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2015-02-13 00:02:21 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-13 03:54:14 +0100 |
commit | 64d1d77a44697af8e314939ecef30642c68309cb (patch) | |
tree | f41a82fde6001ed05ab7c0ae560e6e1e9f83fb80 /lib/Kconfig | |
parent | lib/genalloc.c: fix the end addr check in addr_in_gen_pool() (diff) | |
download | linux-64d1d77a44697af8e314939ecef30642c68309cb.tar.xz linux-64d1d77a44697af8e314939ecef30642c68309cb.zip |
hexdump: introduce test suite
Test different scenarios of function calls located in lib/hexdump.c.
Currently hex_dump_to_buffer() is only tested and test data is provided
for little endian CPUs.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r-- | lib/Kconfig.debug | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index e5ea3ab856bf..79a9bb67aeaf 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -1580,6 +1580,9 @@ config ASYNC_RAID6_TEST If unsure, say N. +config TEST_HEXDUMP + tristate "Test functions located in the hexdump module at runtime" + config TEST_STRING_HELPERS tristate "Test functions located in the string_helpers module at runtime" |