]> git.baikalelectronics.ru Git - kernel.git/commit
hexdump: introduce test suite
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 12 Feb 2015 23:02:21 +0000 (15:02 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Feb 2015 02:54:14 +0000 (18:54 -0800)
commitb0a414e351cc05a1cdfa81bbc6ca2b808b9fa468
treef41a82fde6001ed05ab7c0ae560e6e1e9f83fb80
parentab5d13a9114a35f9ab2787a4d56aab6fe406de34
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>
lib/Kconfig.debug
lib/Makefile
lib/test-hexdump.c [new file with mode: 0644]