[U-Boot] [PATCH v3 5/6] test: list: Add tests for hexdump.c
Simon Glass
sjg at chromium.org
Tue Jun 26 23:17:56 UTC 2018
On 26 June 2018 at 05:28, Mario Six <mario.six at gdsys.cc> wrote:
>
> Add tests for the hex2bin, bin2hex, and hex_to_bin functions, which were
> recently added to U-Boot.
>
> Signed-off-by: Mario Six <mario.six at gdsys.cc>
>
> ---
>
> v2 -> v3:
> New in v3
>
> ---
> test/Makefile | 1 +
> test/lib/Makefile | 5 +++
> test/lib/hexdump.c | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 101 insertions(+)
> create mode 100644 test/lib/Makefile
> create mode 100644 test/lib/hexdump.c
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list