Re: [U-Boot] [PATCH v2 20/29] dtoc: Add a test for code coverage

2018-07-09 Thread Simon Glass
On 6 July 2018 at 10:27, Simon Glass wrote: > Add a -T option to run a code-coverage test on dtoc. At present this is > about 96%. Future work will increase it to 100%. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Update coverage to only include dtb_platdata.py > > tools/dtoc/dtoc

[U-Boot] [PATCH v2 20/29] dtoc: Add a test for code coverage

2018-07-06 Thread Simon Glass
Add a -T option to run a code-coverage test on dtoc. At present this is about 96%. Future work will increase it to 100%. Signed-off-by: Simon Glass --- Changes in v2: - Update coverage to only include dtb_platdata.py tools/dtoc/dtoc.py | 15 +++ 1 file changed, 15 insertions(+) di