commit | c5e7f66b5ec813d7ab333919ac0e010df05df5e3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 08 16:57:40 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Apr 16 14:36:28 2020 +0800 |
tree | 61d65db08c42dcf0d64d8c084c026d52c9beb3af | |
parent | e962989ff93b493bee327c53cb2bb2d31224e257 [diff] |
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>