Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
tests/README.md@0:6986a58c4515, 2019-10-04 (annotated)
- Committer:
- JonaVonk
- Date:
- Fri Oct 04 08:25:00 2019 +0000
- Revision:
- 0:6986a58c4515
commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
JonaVonk | 0:6986a58c4515 | 1 | # Testing examples |
JonaVonk | 0:6986a58c4515 | 2 | |
JonaVonk | 0:6986a58c4515 | 3 | Examples are tested using tool [htrun](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests) and templated print log. |
JonaVonk | 0:6986a58c4515 | 4 | |
JonaVonk | 0:6986a58c4515 | 5 | To run the test, use following command after you build the example: |
JonaVonk | 0:6986a58c4515 | 6 | ``` |
JonaVonk | 0:6986a58c4515 | 7 | mbedhtrun -d D: -p COM4 -m K64F -f .\BUILD\K64F\GCC_ARM\blinky.bin --compare-log tests\blinky.log |
JonaVonk | 0:6986a58c4515 | 8 | ``` |
JonaVonk | 0:6986a58c4515 | 9 | |
JonaVonk | 0:6986a58c4515 | 10 | |
JonaVonk | 0:6986a58c4515 | 11 | More details about `htrun` are [here](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests#testing-mbed-os-examples). |
JonaVonk | 0:6986a58c4515 | 12 |