Add links to the main command and repo with examples

This commit is contained in:
Ivan Kravets
2016-06-15 14:36:10 +03:00
parent 4b553dd659
commit 1ac1e93bbf

View File

@ -32,6 +32,8 @@ PlatformIO Test System consists of:
* Firmware uploader
* Test processor
There is special command :ref:`cmd_test` to run tests from PlatformIO Project.
.. contents::
.. _unit_testing_design:
@ -388,3 +390,8 @@ Test results
========================= [TEST SUMMARY] =====================================
test:*/env:uno PASSED
========================= [PASSED] Took 13.35 seconds ========================
-------
For the other examples and source code please follow to
`PlatformIO Unit Testing Examples <https://github.com/platformio/platformio-examples/tree/feature/platformio-30/unit-testing>`_ repository.