Re: [PATCH 22/49] dtoc: Tidy up src_scan tests

2021-01-06 Thread Simon Glass
Some of these tests don't actually check anything. Add a few more checks to complete the tests. Also add a simple scan test that does the basics. Signed-off-by: Simon Glass --- tools/dtoc/test_src_scan.py | 28 ++-- 1 file changed, 22 insertions(+), 6 deletions(-) Appl

[PATCH 22/49] dtoc: Tidy up src_scan tests

2020-12-28 Thread Simon Glass
Some of these tests don't actually check anything. Add a few more checks to complete the tests. Also add a simple scan test that does the basics. Signed-off-by: Simon Glass --- tools/dtoc/test_src_scan.py | 28 ++-- 1 file changed, 22 insertions(+), 6 deletions(-) diff