t6est

Dependencies:   Pulse

Committer:
kazuryu
Date:
Sat Oct 05 01:41:37 2019 +0000
Revision:
4:9ba47e5db1e2
Parent:
0:3dc012104243
B

Who changed what in which revision?

UserRevisionLine numberNew contents of line
kazuryu 0:3dc012104243 1 # Testing examples
kazuryu 0:3dc012104243 2
kazuryu 0:3dc012104243 3 Examples are tested using tool [htrun](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests) and templated print log.
kazuryu 0:3dc012104243 4
kazuryu 0:3dc012104243 5 To run the test, use following command after you build the example:
kazuryu 0:3dc012104243 6 ```
kazuryu 0:3dc012104243 7 mbedhtrun -d D: -p COM4 -m K64F -f .\BUILD\K64F\GCC_ARM\blinky.bin --compare-log tests\blinky.log
kazuryu 0:3dc012104243 8 ```
kazuryu 0:3dc012104243 9
kazuryu 0:3dc012104243 10
kazuryu 0:3dc012104243 11 More details about `htrun` are [here](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests#testing-mbed-os-examples).
kazuryu 0:3dc012104243 12