my

Dependencies:   QEI BNO055 ros_lib_kinetic

Committer:
fllay
Date:
Thu Aug 01 17:10:38 2019 +0000
Revision:
0:ae2e2cabc497
fa

Who changed what in which revision?

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