Skip to content

Commit d884a41

Browse files
committed
Unify test directory structure with other examples
1 parent 0c8cdaa commit d884a41

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

tests/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Testing examples
2+
3+
Examples are tested using tool [htrun](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-host-tests) and templated print log.
4+
5+
To run the test, use following command after you build the example:
6+
```
7+
mbedhtrun -d D: -p COM4 -m K64F -f .\BUILD\K64F\GCC_ARM\mbed-os-example-atecc608a.bin --compare-log tests\atecc608a.log
8+
```
9+
10+
11+
More details about `htrun` are [here](https://github.com/ARMmbed/htrun#testing-mbed-os-examples).
File renamed without changes.

0 commit comments

Comments
 (0)