[PATCH 02/30] doc: Document make tcheck

Simon Glass sjg at chromium.org
Thu Jan 28 16:11:43 CET 2021


Add a comment about this option in the documentation. Also mention the
script that runs these combinations.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 doc/develop/testing.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/develop/testing.rst b/doc/develop/testing.rst
index 7a395ee9d83..a2a2c276374 100644
--- a/doc/develop/testing.rst
+++ b/doc/develop/testing.rst
@@ -19,6 +19,12 @@ Some tests take ages to run. To run just the quick ones, type this::
 
     make qcheck
 
+To run just the tests for tools (patman, binman, etc.), type this::
+
+    make tcheck
+
+All of the above use the test/run script with a paremeter to select which tests
+are run.
 
 Sandbox
 -------
-- 
2.30.0.280.ga3ce27912f-goog



More information about the U-Boot mailing list