
9 Jul
2018
9 Jul
'18
9:52 p.m.
On 6 July 2018 at 10:27, Simon Glass sjg@chromium.org wrote:
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
Changes in v2:
- Expand tests to increase code coverage to 100%
tools/dtoc/dtoc_test_simple.dts | 1 + tools/dtoc/fdt.py | 12 --- tools/dtoc/fdt_util.py | 25 +++--- tools/dtoc/test_dtoc.py | 2 + tools/dtoc/test_fdt.py | 134 +++++++++++++++++++++++++++++++- 5 files changed, 150 insertions(+), 24 deletions(-)
Applied to u-boot-dm