Re: [PATCH v4 01/12] hexdump: introduce test suite

2014-09-05 Thread Andy Shevchenko
On Fri, 2014-09-05 at 11:37 +0200, Geert Uytterhoeven wrote: > On Thu, Sep 4, 2014 at 4:26 PM, Andy Shevchenko > wrote: > > 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 CPU

Re: [PATCH v4 01/12] hexdump: introduce test suite

2014-09-05 Thread Geert Uytterhoeven
On Thu, Sep 4, 2014 at 4:26 PM, Andy Shevchenko wrote: > 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. That's a nice one to be amended using Chen's "arch: Kconfig: Let all