Skip to content

Minor Unittesting doc tweaks #8069

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions UNITTESTS/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -105,7 +105,7 @@ mingw32-make

#### Custom CMake variables

Usage:
Usage:
`cmake [RELATIVE PATH TO UNITTESTS DIR] [OPTIONS]`

Keyword variables (usage `cmake -D<VARIABLE>(:<TYPE>)=<value>`:
Expand Down