]> git.dujemihanovic.xyz Git - u-boot.git/commit
dtoc: Run tests using test_util
authorSimon Glass <sjg@chromium.org>
Tue, 29 Dec 2020 03:34:59 +0000 (20:34 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:26:35 +0000 (12:26 -0700)
commit5d9a3aa99cc7a1ed6502a98152bd0e13b4e05539
tree18c2c49c3e242da1666e50eb64d37e8c1fc083e8
parentfe2400895ba0957b332926784daf21143f0f4835
dtoc: Run tests using test_util

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 <sjg@chromium.org>
tools/dtoc/main.py