]> git.sur5r.net Git - u-boot/commit
dtoc: Add some tests for the fdt module
authorSimon Glass <sjg@chromium.org>
Fri, 6 Jul 2018 16:27:24 +0000 (10:27 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 9 Jul 2018 15:11:00 +0000 (09:11 -0600)
commit2ba987531254dfacb299e88406b3da73ea2d7915
tree9a29cd19b78caeee72b29dd55ccba788279c1cd4
parentff1fd6ccde3d166213d1277fa6b6b9685d45044f
dtoc: Add some tests for the fdt module

At present this module is tested via the dtoc tests. This is a bit painful
since the tests are at a higher level and so failures are more difficult
to diagnose.

Add some tests that exercise the fdt module directly.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/fdt.py
tools/dtoc/test_fdt [new symlink]
tools/dtoc/test_fdt.py [new file with mode: 0755]