Skip to content

Commit fba8332

Browse files
authored
Update README.md
1 parent 3850407 commit fba8332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The library is header-only and only depends on the C++11 STL. This is not intend
1414
* *get multiple parameters from flags*
1515

1616
## Platforms
17-
Unit tests are performed on Linux (GCC & Clang), as well as on Windows (MSVC14). See the build badges for more details:
17+
Automatic [unit tests](https://github.com/MichaelGrupp/MiniCommander/blob/master/test/unit_test.cpp) written with [Google Test](https://github.com/google/googletest) are performed on Linux (compilers: GCC 4.8 & Clang), as well as on Windows (compiler: MSVC14). Click the build badges for more details:
1818

1919
[![Build Status](https://travis-ci.org/MichaelGrupp/MiniCommander.svg?branch=master)](https://travis-ci.org/MichaelGrupp/MiniCommander)
2020
[![Build status](https://ci.appveyor.com/api/projects/status/8ubu1kv85rcmiohv/branch/master?svg=true&passingText=Windows%3A%20build%20passing&failingText=Windows%3A%20build%20failing&pendingText=Windows%3A%20build%20pending)](https://ci.appveyor.com/project/MichaelGrupp/minicommander)

0 commit comments

Comments
 (0)