mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 13:56:20 +00:00
doc: Document make tcheck
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> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
ccf69386b7
commit
8d16ebdf81
1 changed files with 11 additions and 1 deletions
|
@ -15,10 +15,20 @@ To run most tests on sandbox, type this::
|
||||||
in the U-Boot directory. Note that only the pytest suite is run using this
|
in the U-Boot directory. Note that only the pytest suite is run using this
|
||||||
command.
|
command.
|
||||||
|
|
||||||
Some tests take ages to run. To run just the quick ones, type this::
|
Some tests take ages to run and are marked with @pytest.mark.slow. To run just
|
||||||
|
the quick ones, type this::
|
||||||
|
|
||||||
make qcheck
|
make qcheck
|
||||||
|
|
||||||
|
It is also possible to run just the tests for tools (patman, binman, etc.).
|
||||||
|
Such tests are included with those tools, i.e. no actual U-Boot unit tests are
|
||||||
|
run. Type this::
|
||||||
|
|
||||||
|
make tcheck
|
||||||
|
|
||||||
|
All of the above use the test/run script with a paremeter to select which tests
|
||||||
|
are run.
|
||||||
|
|
||||||
|
|
||||||
Sandbox
|
Sandbox
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Add table
Reference in a new issue