Re: [PATCH 13/49] dtoc: Run tests using test_util

2021-01-06 Thread Simon Glass
Use the standard function for running tests and reported results. This allows the tests to run in parallel, which is a significant speed-up on most machines (e.g. 4.5 seconds -> 1.5s on mine). Signed-off-by: Simon Glass --- tools/dtoc/main.py | 31 ++- 1 file changed

[PATCH 13/49] dtoc: Run tests using test_util

2020-12-28 Thread Simon Glass
Use the standard function for running tests and reported results. This allows the tests to run in parallel, which is a significant speed-up on most machines (e.g. 4.5 seconds -> 1.5s on mine). Signed-off-by: Simon Glass --- tools/dtoc/main.py | 31 ++- 1 file changed