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.