You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tools/testing/unit_testing.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,4 +24,4 @@ Each test suite requires a name to be configured in the `unittest.cmake` file. T
24
24
25
25
Unit testing requires external tools you need to install. See the developer [documentation](https://github.com/ARMmbed/mbed-os/blob/master/UNITTESTS/README.md) in GitHub for the full installation guide.
26
26
27
-
You can build and run unit tests through Arm Mbed CLI. You can also use the tool to generate new test files. For information on using Mbed CLI, please see the [CLI documentation](/docs/development/tools/arm-mbed-cli.html).
27
+
You can build and run unit tests through Arm Mbed CLI. You can also use the tool to generate new test files. To learn how to do so, please see [our instructions about using unit tests with Mbed CLI](test-and-debug.html#unit-testing). For other information on using Mbed CLI, please see the [CLI documentation](/docs/development/tools/arm-mbed-cli.html).
0 commit comments