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: UNITTESTS/README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
# Unit testing Mbed OS
2
2
3
-
This document describes how to run and write unit tests for Mbed OS.
3
+
This document describes how to run and write unit tests for Mbed OS. Please see the [troubleshooting](#troubleshooting) section if you run into any issues.
4
4
5
5
## Prerequisites
6
6
7
7
* GNU toolchains installed.
8
8
* GCC 6 or later
9
-
* MinGW-W64 GCC-6.4.0 or MinGW-W64 GCC-7.3.0 (Windows)
9
+
* GCC-6.4.0 or GCC-7.3.0 (Windows)
10
+
* MinGW-W64 is recommended, although any windows port of the above GCC versions should work
10
11
* CMake 3.0+ installed.
11
12
* Python 2.7.x or >3.5 and pip 10.0 (or newer) installed.
0 commit comments