![](/media/cache/group/default_image.jpg.50x50_q85.jpg)
code including all sensors
tests/README.md@1:3463231e9c41, 2019-11-25 (annotated)
- Committer:
- Glaxys_finest1
- Date:
- Mon Nov 25 10:53:05 2019 +0000
- Revision:
- 1:3463231e9c41
- Parent:
- 0:66a265dc3146
hello1
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Glaxys_finest1 | 0:66a265dc3146 | 1 | # Testing examples |
Glaxys_finest1 | 0:66a265dc3146 | 2 | |
Glaxys_finest1 | 0:66a265dc3146 | 3 | Examples are tested using tool [htrun](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests) and templated print log. |
Glaxys_finest1 | 0:66a265dc3146 | 4 | |
Glaxys_finest1 | 0:66a265dc3146 | 5 | To run the test, use following command after you build the example: |
Glaxys_finest1 | 0:66a265dc3146 | 6 | ``` |
Glaxys_finest1 | 0:66a265dc3146 | 7 | mbedhtrun -d D: -p COM4 -m K64F -f .\BUILD\K64F\GCC_ARM\blinky.bin --compare-log tests\blinky.log |
Glaxys_finest1 | 0:66a265dc3146 | 8 | ``` |
Glaxys_finest1 | 0:66a265dc3146 | 9 | |
Glaxys_finest1 | 0:66a265dc3146 | 10 | |
Glaxys_finest1 | 0:66a265dc3146 | 11 | More details about `htrun` are [here](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests#testing-mbed-os-examples). |
Glaxys_finest1 | 0:66a265dc3146 | 12 |