.

Committer:
mbed_official
Date:
Fri Nov 22 11:01:47 2019 +0000
Revision:
33:3a0681d09e16
Parent:
31:edcc5b47f2e6
Merge pull request #94 from 0xc0170/fix_license

add contributing file
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-filesystem

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 31:edcc5b47f2e6 1 # Testing examples
mbed_official 31:edcc5b47f2e6 2
mbed_official 31:edcc5b47f2e6 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 31:edcc5b47f2e6 4
mbed_official 31:edcc5b47f2e6 5 To run the test, use following command after you build the example:
mbed_official 31:edcc5b47f2e6 6 ```
mbed_official 31:edcc5b47f2e6 7 mbedhtrun -d D: -p COM4 -m K64F -f .\BUILD\K64F\GCC_ARM\filesystem.bin --compare-log tests\filesystem.log
mbed_official 31:edcc5b47f2e6 8 ```
mbed_official 31:edcc5b47f2e6 9
mbed_official 31:edcc5b47f2e6 10
mbed_official 31:edcc5b47f2e6 11 More details about `htrun` are [here](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests#testing-mbed-os-examples).
mbed_official 31:edcc5b47f2e6 12