]> git.baikalelectronics.ru Git - uboot.git/commit
test: list: Add tests for hexdump.c
authorMario Six <mario.six@gdsys.cc>
Thu, 27 Sep 2018 07:19:33 +0000 (09:19 +0200)
committerAnatolij Gustschin <agust@denx.de>
Fri, 28 Sep 2018 16:27:10 +0000 (18:27 +0200)
commit9e8e37f26bc0e523a2e5cdf3555895a1c8ad8f02
tree48cde47fc0cdf9c76f82213892408bef785e0d9b
parent1f15fc395354f3373ab568d13f8ddb27e62ff749
test: list: Add tests for hexdump.c

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@gdsys.cc>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/Makefile
test/lib/Makefile [new file with mode: 0644]
test/lib/hexdump.c [new file with mode: 0644]