From 5b99158a496440ed10e9bb0f2d6999c01c1b52e2 Mon Sep 17 00:00:00 2001 From: Kevin Gilbert Date: Mon, 10 Sep 2018 18:14:36 -0500 Subject: [PATCH] Minor UNITTEST readme tweaks - Add link to troubleshooting section at the top of the page - Update GCC requirements for Windows users --- UNITTESTS/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UNITTESTS/README.md b/UNITTESTS/README.md index 180fb49c50f..a1e26b47ed2 100644 --- a/UNITTESTS/README.md +++ b/UNITTESTS/README.md @@ -1,12 +1,12 @@ # Unit testing Mbed OS -This document describes how to run and write unit tests for Mbed OS. +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. ## Prerequisites * GNU toolchains installed. * GCC 6 or later - * MinGW-W64 GCC-6.4.0 or MinGW-W64 GCC-7.3.0 (Windows) + * MinGW-W64 is recommended, although any windows port of the above GCC versions should work * CMake 3.0+ installed. * Python 2.7.x or >3.5 and pip 10.0 (or newer) installed. * gcovr >=4.1 @@ -105,7 +105,7 @@ mingw32-make #### Custom CMake variables -Usage: +Usage: `cmake [RELATIVE PATH TO UNITTESTS DIR] [OPTIONS]` Keyword variables (usage `cmake -D(:)=`: