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:98c914fd9dae, 2020-06-18 (annotated)
- Committer:
- reedas
- Date:
- Thu Jun 18 14:21:36 2020 +0000
- Revision:
- 0:98c914fd9dae
Added some checking to cope with incorrect update
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
reedas | 0:98c914fd9dae | 1 | # Testing examples |
reedas | 0:98c914fd9dae | 2 | |
reedas | 0:98c914fd9dae | 3 | Examples are tested using tool [htrun](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests) and templated print log. |
reedas | 0:98c914fd9dae | 4 | |
reedas | 0:98c914fd9dae | 5 | To run the test, use following command after you build the example: |
reedas | 0:98c914fd9dae | 6 | ``` |
reedas | 0:98c914fd9dae | 7 | mbedhtrun -d D: -p COM4 -m K64F -f .\BUILD\K64F\GCC_ARM\blinky.bin --compare-log tests\blinky.log |
reedas | 0:98c914fd9dae | 8 | ``` |
reedas | 0:98c914fd9dae | 9 | |
reedas | 0:98c914fd9dae | 10 | |
reedas | 0:98c914fd9dae | 11 | More details about `htrun` are [here](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests#testing-mbed-os-examples). |
reedas | 0:98c914fd9dae | 12 |