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
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Unit tests test code in small sections on a host machine. Unlike other testing t
11
11
Please install the following dependencies to use Mbed OS unit testing.
12
12
13
13
- GNU toolchains.
14
-
- GCC 6 or later. We recommend you use MinGW-W64 on Windows, but any Windows port of the above GCC versions works.
14
+
- GCC 6 or later. We recommend you use MinGW-W64 on Windows, but any Windows port of the above GCC versions works. Default compilers can be used on Mac OS instead of GCC to shorten build times, but code coverage results can then differ.
15
15
- CMake 3.0 or newer.
16
16
- Python 2.7.x, 3.5 or newer.
17
17
- Pip 10.0 or newer.
@@ -35,7 +35,8 @@ Detailed instructions for supported operating systems are below.
0 commit comments