Giung Kim / Mbed OS WIZnet-IoTShield-WM-N400MSE-TCP
Committer:
AustinKim
Date:
Wed Sep 18 07:12:53 2019 +0000
Revision:
2:2e1002e6798a
Parent:
0:8f61900631fe
Update main.cpp

Who changed what in which revision?

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