[U-Boot] [PATCH v2 15/29] dtoc: Update fdt tests to increase code coverage
Simon Glass
sjg at chromium.org
Mon Jul 9 19:52:45 UTC 2018
On 6 July 2018 at 10:27, Simon Glass <sjg at 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 at 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
More information about the U-Boot
mailing list