west: Update documentation on twister script integration
Adding documentation for twister wrapper west command Signed-off-by: Al Semjonovs <asemjonovs@google.com>
This commit is contained in:
parent
a7d6ca2bd9
commit
403f28603e
1 changed files with 11 additions and 0 deletions
|
@ -174,3 +174,14 @@ As does deleting them::
|
||||||
Additionally the tool allows you to specify the modules you want to list,
|
Additionally the tool allows you to specify the modules you want to list,
|
||||||
fetch or clean blobs for by typing the module names as a command-line
|
fetch or clean blobs for by typing the module names as a command-line
|
||||||
parameter.
|
parameter.
|
||||||
|
|
||||||
|
.. _west-twister:
|
||||||
|
|
||||||
|
Twister wrapper: ``west twister``
|
||||||
|
*********************************
|
||||||
|
This command is a wrapper for :ref:`twister <twister_script>`.
|
||||||
|
|
||||||
|
Twister can then be invoked via west as follows::
|
||||||
|
|
||||||
|
west twister -help
|
||||||
|
west twister -T tests/ztest/base
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue