
28 Jan
2021
28 Jan
'21
5:22 p.m.
On 28.01.21 16:11, Simon Glass wrote:
Add a comment about this option in the documentation. Also mention the script that runs these combinations.
Signed-off-by: Simon Glass sjg@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
Where do we describe what qualifies a test to be run by qcheck.
+To run just the tests for tools (patman, binman, etc.), type this::
- make tcheck
Same for tcheck.
Best regards
Heinrich
+All of the above use the test/run script with a paremeter to select which tests +are run.
Sandbox