test: call hexdump tests via `ut lib`
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 11 Feb 2019 17:29:24 +0000 (18:29 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 22 Apr 2019 22:13:21 +0000 (18:13 -0400)
commit833443165142799cdb6bda1e73cefc9689e18db6
tree89cdda266ebbc511d79e6584d93495ee0c61d7d8
parentdb32a446f91b421f516e9d2f5f42970e3a90a723
test: call hexdump tests via `ut lib`

The unit tests in test/lib/hexdump.c are not related to the device tree.
So they should be executed via `ut lib` and not via `ut dm`.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
test/lib/hexdump.c