From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 28 Jan 2021 08:11:43 -0700 Subject: [PATCH 02/30] doc: Document make tcheck In-Reply-To: <20210128151211.879830-1-sjg@chromium.org> References: <20210128151211.879830-1-sjg@chromium.org> Message-ID: <20210128151211.879830-3-sjg@chromium.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Add a comment about this option in the documentation. Also mention the script that runs these combinations. Signed-off-by: Simon Glass --- 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