aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-05-17 22:00:52 -0600
committerSimon Glass <sjg@chromium.org>2019-07-10 16:52:58 -0600
commit55660d08a095158069ec37915ec4f0843588cd58 (patch)
treea10b7c18e3ade8f4350587bb5904f992fe4c7b57 /tools/binman/README
parenteb546ac181ba93a16949167a4a41a38fe539b378 (diff)
downloadu-boot-55660d08a095158069ec37915ec4f0843588cd58.zip
u-boot-55660d08a095158069ec37915ec4f0843588cd58.tar.gz
u-boot-55660d08a095158069ec37915ec4f0843588cd58.tar.bz2
binman: Document parallel tests
Since binman can run tests in parallel, document this. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/README')
-rw-r--r--tools/binman/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/binman/README b/tools/binman/README
index 927fa85..ac193f1 100644
--- a/tools/binman/README
+++ b/tools/binman/README
@@ -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
----------------------------------