hexdump: introduce test suite
authorAndy Shevchenko <[email protected]>
Thu, 12 Feb 2015 23:02:21 +0000 (15:02 -0800)
committerLinus Torvalds <[email protected]>
Fri, 13 Feb 2015 02:54:14 +0000 (18:54 -0800)
commit64d1d77a44697af8e314939ecef30642c68309cb
treef41a82fde6001ed05ab7c0ae560e6e1e9f83fb80
parentad3d5d2f7deca6d0fd72163573bcb0cca6337e33
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/Kconfig.debug
lib/Makefile
lib/test-hexdump.c [new file with mode: 0644]