]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Update fdt tests to increase code coverage
authorSimon Glass <sjg@chromium.org>
Fri, 6 Jul 2018 16:27:28 +0000 (10:27 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 9 Jul 2018 15:11:00 +0000 (09:11 -0600)
commitcbe811a5aa89f385a7929124e1e7954c53606a83
tree1c96cd8eda6da21219a377019c8ce7173489b0f6
parentdf92e383d931ead6a14118fc9e214ae50b8b9235
dtoc: Update fdt tests to increase code coverage

At present only some of the fdt functionality is tested. Add more tests to
cover the rest of it. Also turn on test coverage, which is now 100% with
a small exclusion for a Python 3 feature.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/dtoc_test_simple.dts
tools/dtoc/fdt.py
tools/dtoc/fdt_util.py
tools/dtoc/test_dtoc.py
tools/dtoc/test_fdt.py