aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2017-08-14 15:29:51 -0700
committerGitHub <noreply@github.com>2017-08-14 15:29:51 -0700
commit08b1a1f73cec48481ec3e477e8c247e7aa534df5 (patch)
tree7d9b6428b2661baf08c8e50bbd9fa2eac6b54816 /README.md
parent3f3a3ada2022a8b4255b408ef5d2ab439e987c08 (diff)
parente0fc65c5fbfe4e50a0369d032e9b2811b4b7db77 (diff)
downloadgoogletest-08b1a1f73cec48481ec3e477e8c247e7aa534df5.tar.gz
googletest-08b1a1f73cec48481ec3e477e8c247e7aa534df5.tar.bz2
googletest-08b1a1f73cec48481ec3e477e8c247e7aa534df5.zip
Merge branch 'master' into master
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 026da075..33df79a8 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ maintain and release them together.
Please see the project page above for more information as well as the
mailing list for questions, discussions, and development. There is
-also an IRC channel on OFTC (irc.oftc.net) #gtest available. Please
+also an IRC channel on [OFTC](https://webchat.oftc.net/) (irc.oftc.net) #gtest available. Please
join us!
Getting started information for **Google Test** is available in the
@@ -61,9 +61,12 @@ the following notable projects:
* [Protocol Buffers](https://github.com/google/protobuf), Google's data
interchange format.
* The [OpenCV](http://opencv.org/) computer vision library.
+ * [tiny-dnn](https://github.com/tiny-dnn/tiny-dnn): header only, dependency-free deep learning framework in C++11.
## Related Open Source Projects ##
+[GTest Runner](https://github.com/nholthaus/gtest-runner) is a Qt5 based automated test-runner and Graphical User Interface with powerful features for Windows and Linux platforms.
+
[Google Test UI](https://github.com/ospector/gtest-gbar) is test runner that runs
your test binary, allows you to track its progress via a progress bar, and
displays a list of test failures. Clicking on one shows failure text. Google
@@ -74,6 +77,9 @@ listener for Google Test that implements the
[TAP protocol](https://en.wikipedia.org/wiki/Test_Anything_Protocol) for test
result output. If your test runner understands TAP, you may find it useful.
+[gtest-parallel](https://github.com/google/gtest-parallel) is a test runner that
+runs tests from your binary in parallel to provide significant speed-up.
+
## Requirements ##
Google Test is designed to have fairly minimal requirements to build
@@ -83,7 +89,7 @@ effort to support other platforms (e.g. Solaris, AIX, and z/OS).
However, since core members of the Google Test project have no access
to these platforms, Google Test may have outstanding issues there. If
you notice any problems on your platform, please notify
-<googletestframework@googlegroups.com>. Patches for fixing them are
+[googletestframework@googlegroups.com](https://groups.google.com/forum/#!forum/googletestframework). Patches for fixing them are
even more welcome!
### Linux Requirements ###
@@ -98,7 +104,7 @@ package (as described below):
### Windows Requirements ###
- * Microsoft Visual C++ v7.1 or newer
+ * Microsoft Visual C++ 2010 or newer
### Cygwin Requirements ###