From 1ac1e93bbf2621a7a28da342d944972d6466c0e2 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 15 Jun 2016 14:36:10 +0300 Subject: [PATCH] Add links to the main command and repo with examples --- docs/platforms/unit_testing.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/platforms/unit_testing.rst b/docs/platforms/unit_testing.rst index 86c8eb63..b37c68aa 100644 --- a/docs/platforms/unit_testing.rst +++ b/docs/platforms/unit_testing.rst @@ -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 `_ repository.