Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-12 | test: hexdump: fix misplaced return | Simon Goldschmidt | |
One of the hexdump tests in test/lib/hexdump.c returns right at the start of the function without testing anything. Fix this by moving the 'return 0;' statement to the end of the function. Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> | |||
2018-09-28 | test: list: Add tests for hexdump.c | Mario Six | |
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> |