[U-Boot] [PATCH v2 11/29] dtoc: Add some tests for the fdt module
Simon Glass
sjg at chromium.org
Mon Jul 9 19:52:31 UTC 2018
On 6 July 2018 at 10:27, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> ---
>
> Changes in v2: None
>
> tools/dtoc/fdt.py | 12 +-
> tools/dtoc/test_fdt | 1 +
> tools/dtoc/test_fdt.py | 246 +++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 257 insertions(+), 2 deletions(-)
> create mode 120000 tools/dtoc/test_fdt
> create mode 100755 tools/dtoc/test_fdt.py
Applied to u-boot-dm
More information about the U-Boot
mailing list