nucleo f767zi onenet edp test
Dependencies: cJSON_lib Common_lib EdpKit_lib
tests/README.md@74:2ebbf16f54dd, 2019-05-14 (annotated)
- Committer:
- mbed_official
- Date:
- Tue May 14 12:00:15 2019 +0100
- Revision:
- 74:2ebbf16f54dd
Add log compare test for socket example
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-sockets
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 74:2ebbf16f54dd | 1 | # Testing examples |
mbed_official | 74:2ebbf16f54dd | 2 | |
mbed_official | 74:2ebbf16f54dd | 3 | Examples are tested using tool [htrun](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests) and templated print log. |
mbed_official | 74:2ebbf16f54dd | 4 | |
mbed_official | 74:2ebbf16f54dd | 5 | To run the test, use following command after you build the example: |
mbed_official | 74:2ebbf16f54dd | 6 | ``` |
mbed_official | 74:2ebbf16f54dd | 7 | mbedhtrun -d D: -p COM4 -m K64F -f .\BUILD\K64F\GCC_ARM\sockets.bin --compare-log tests\sockets.log |
mbed_official | 74:2ebbf16f54dd | 8 | ``` |
mbed_official | 74:2ebbf16f54dd | 9 | |
mbed_official | 74:2ebbf16f54dd | 10 | |
mbed_official | 74:2ebbf16f54dd | 11 | More details about `htrun` are [here](https://github.com/ARMmbed/htrun#testing-mbed-os-examples). |
mbed_official | 74:2ebbf16f54dd | 12 |