hi

Dependencies:   CANMsg

Committer:
davidyu
Date:
Wed Dec 11 18:55:34 2019 +0000
Revision:
1:983b2e230859
Parent:
0:69bbc94cae9a
final bps sim and temp

Who changed what in which revision?

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