mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
binman: Document parallel tests
Since binman can run tests in parallel, document this. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
eb546ac181
commit
55660d08a0
1 changed files with 14 additions and 0 deletions
|
@ -702,6 +702,20 @@ To enable Python test coverage on Debian-type distributions (e.g. Ubuntu):
|
|||
$ sudo apt-get install python-coverage python-pytest
|
||||
|
||||
|
||||
Concurrent tests
|
||||
----------------
|
||||
|
||||
Binman tries to run tests concurrently. This means that the tests make use of
|
||||
all available CPUs to run.
|
||||
|
||||
To enable this:
|
||||
|
||||
$ sudo apt-get install python-subunit python3-subunit
|
||||
|
||||
Use '-P 1' to disable this. It is automatically disabled when code coverage is
|
||||
being used (-T) since they are incompatible.
|
||||
|
||||
|
||||
Advanced Features / Technical docs
|
||||
----------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue