We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8cdaa commit a72f43bCopy full SHA for a72f43b
tests/README.md
@@ -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/mbed-os-tools/tree/master/packages/mbed-host-tests#testing-mbed-os-examples).
main.log renamed to tests/atecc608a.log
0 commit comments