commit | 62120904ed51c0fc067c4c5a0d276ab745e8399e | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Thu Sep 27 09:19:33 2018 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Fri Sep 28 18:27:10 2018 +0200 |
tree | 48cde47fc0cdf9c76f82213892408bef785e0d9b | |
parent | ffdf8abb3ed6a8fad53cad15e82084ffeded7dee [diff] [blame] |
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>
diff --git a/test/Makefile b/test/Makefile index a5f52fd..1e43473 100644 --- a/test/Makefile +++ b/test/Makefile
@@ -10,3 +10,4 @@ obj-$(CONFIG_UT_TIME) += time_ut.o obj-$(CONFIG_UT_UNICODE) += unicode_ut.o obj-$(CONFIG_$(SPL_)LOG) += log/ +obj-$(CONFIG_UNIT_TEST) += lib/