diff options
| author | Mario Six <mario.six@gdsys.cc> | 2018-09-27 09:19:33 +0200 |
|---|---|---|
| committer | Anatolij Gustschin <agust@denx.de> | 2018-09-28 18:27:10 +0200 |
| commit | 87be2fe6ec1a689362a03a8e04a6abf6029ee2d1 (patch) | |
| tree | 48cde47fc0cdf9c76f82213892408bef785e0d9b /test/lib/Makefile | |
| parent | 41f67e3bf343e7d8408956574f83ef7c13d2d0b4 (diff) | |
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>
Diffstat (limited to 'test/lib/Makefile')
| -rw-r--r-- | test/lib/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/lib/Makefile b/test/lib/Makefile new file mode 100644 index 00000000000..ea68fae566f --- /dev/null +++ b/test/lib/Makefile @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# (C) Copyright 2018 +# Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc +obj-y += hexdump.o |
