Re: [U-Boot] [PATCH v2 11/29] dtoc: Add some tests for the fdt module

2018-07-09 Thread Simon Glass
On 6 July 2018 at 10:27, Simon Glass 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 Glas

[U-Boot] [PATCH v2 11/29] dtoc: Add some tests for the fdt module

2018-07-06 Thread Simon Glass
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 --- Changes in v2: None tools/dtoc/fdt.py | 1