[PATCH 02/30] doc: Document make tcheck

Heinrich Schuchardt xypron.glpk at gmx.de
Thu Jan 28 17:22:49 CET 2021


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 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

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
>  -------
>



More information about the U-Boot mailing list