TVZ Mechatronics Team
/
HelloWorld
HelloWorld OS 5.13
tests/README.md@0:ae9fa2651603, 2019-08-26 (annotated)
- Committer:
- dfraj
- Date:
- Mon Aug 26 12:47:56 2019 +0000
- Revision:
- 0:ae9fa2651603
HelloWorld OS 5.13
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
dfraj | 0:ae9fa2651603 | 1 | # Testing examples |
dfraj | 0:ae9fa2651603 | 2 | |
dfraj | 0:ae9fa2651603 | 3 | Examples are tested using tool [htrun](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests) and templated print log. |
dfraj | 0:ae9fa2651603 | 4 | |
dfraj | 0:ae9fa2651603 | 5 | To run the test, use following command after you build the example: |
dfraj | 0:ae9fa2651603 | 6 | ``` |
dfraj | 0:ae9fa2651603 | 7 | mbedhtrun -d D: -p COM4 -m K64F -f .\BUILD\K64F\GCC_ARM\blinky.bin --compare-log tests\blinky.log |
dfraj | 0:ae9fa2651603 | 8 | ``` |
dfraj | 0:ae9fa2651603 | 9 | |
dfraj | 0:ae9fa2651603 | 10 | |
dfraj | 0:ae9fa2651603 | 11 | More details about `htrun` are [here](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests#testing-mbed-os-examples). |
dfraj | 0:ae9fa2651603 | 12 |