25326

Dependencies:   QEI WS2812 PixelArray DFPlayerMini MODSERIAL PCA9685_ pca9685

Committer:
turumputum
Date:
Fri Aug 23 16:58:47 2019 +0000
Revision:
9:4bc77e4c090e
Parent:
0:474fb16588bf
123

Who changed what in which revision?

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