test: Add hexdump.h to the unit test header
authorSimon Glass <sjg@chromium.org>
Wed, 8 Apr 2020 22:57:40 +0000 (16:57 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 16 Apr 2020 06:36:28 +0000 (14:36 +0800)
commit1f4431e46120ef913fc9f83c78a734d910d00b3f
tree61d65db08c42dcf0d64d8c084c026d52c9beb3af
parentbfeb5d460cd129e037c87e9d90b02808d68c0147
test: Add hexdump.h to the unit test header

Since ut_asserteq_mem() uses bin2hex() we should include this header in
ut.h to avoid errors. Add it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
include/test/ut.h