mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
docs/develop/gettingstarted: Document the additional unix test targets.
The docs in the port README are nice but don't appear at docs.micropython.org. Signed-off-by: Jeff Epler <jepler@unpythonic.net>
This commit is contained in:
committed by
Damien George
parent
7e5c55dc2f
commit
1921d22b35
@@ -282,6 +282,19 @@ To run a selection of tests on a board/device connected over USB use:
|
|||||||
|
|
||||||
See also :ref:`writingtests`.
|
See also :ref:`writingtests`.
|
||||||
|
|
||||||
|
Additional make targets for developers
|
||||||
|
--------------------------------------
|
||||||
|
|
||||||
|
In ``ports/unix`` there are additional targets related to running tests:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
$ make test//int # Run all tests matching the pattern "int"
|
||||||
|
$ make test/ports/unix # Run all tests in ports/unix
|
||||||
|
$ make test-failures # Re-run only the failed tests
|
||||||
|
$ make print-failures # print the differences for failed tests
|
||||||
|
$ make clean-failures # delete the .exp and .out files from failed tests
|
||||||
|
|
||||||
Using ci.sh locally
|
Using ci.sh locally
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user