commit | 833443165142799cdb6bda1e73cefc9689e18db6 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Feb 11 18:29:24 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 22 18:13:21 2019 -0400 |
tree | 89cdda266ebbc511d79e6584d93495ee0c61d7d8 | |
parent | db32a446f91b421f516e9d2f5f42970e3a90a723 [diff] |
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>