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@2:0307cf9b4dcb, 2019-09-18 (annotated)
- Committer:
 - AustinKim
 - Date:
 - Wed Sep 18 04:36:55 2019 +0000
 - Revision:
 - 2:0307cf9b4dcb
 - Parent:
 - 0:739a04e1daf4
 
Update main.cpp
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| AustinKim | 0:739a04e1daf4 | 1 | # Testing examples | 
| AustinKim | 0:739a04e1daf4 | 2 | |
| AustinKim | 0:739a04e1daf4 | 3 | Examples are tested using tool [htrun](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests) and templated print log. | 
| AustinKim | 0:739a04e1daf4 | 4 | |
| AustinKim | 0:739a04e1daf4 | 5 | To run the test, use following command after you build the example: | 
| AustinKim | 0:739a04e1daf4 | 6 | ``` | 
| AustinKim | 0:739a04e1daf4 | 7 | mbedhtrun -d D: -p COM4 -m K64F -f .\BUILD\K64F\GCC_ARM\blinky.bin --compare-log tests\blinky.log | 
| AustinKim | 0:739a04e1daf4 | 8 | ``` | 
| AustinKim | 0:739a04e1daf4 | 9 | |
| AustinKim | 0:739a04e1daf4 | 10 | |
| AustinKim | 0:739a04e1daf4 | 11 | More details about `htrun` are [here](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests#testing-mbed-os-examples). | 
| AustinKim | 0:739a04e1daf4 | 12 |