Skip to content

Commit 1e6bee6

Browse files
authored
Minor tweaks
- Add link to troubleshooting section at the top of the page - Update GCC requirements for Windows users
1 parent 920db63 commit 1e6bee6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

UNITTESTS/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Unit testing Mbed OS
22

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.
44

55
## Prerequisites
66

77
* GNU toolchains installed.
88
* 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
1011
* CMake 3.0+ installed.
1112
* Python 2.7.x or >3.5 and pip 10.0 (or newer) installed.
1213
* gcovr >=4.1
@@ -291,4 +292,4 @@ TEST_F(TestSemaphore, constructor)
291292

292293
**Problem:** virus protection identifies files generated by CMake as malicious and quarantines the files on Windows.
293294

294-
* **Solution**: restore the false positive files from the quarantine.
295+
* **Solution**: restore the false positive files from the quarantine.

0 commit comments

Comments
 (0)