aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNic Holthaus <nholthaus@users.noreply.github.com>2016-03-26 19:38:55 -0400
committerNic Holthaus <nholthaus@users.noreply.github.com>2016-03-26 19:38:55 -0400
commitc88525f3f0d996428ec2e29524fb71ac29f6382d (patch)
treedd67df57550b2b774bdce061922990aaf3172a71 /README.md
parentd225acc90bc3a8c420a9bcd1f033033c1ccd7fe0 (diff)
downloadgoogletest-c88525f3f0d996428ec2e29524fb71ac29f6382d.tar.gz
googletest-c88525f3f0d996428ec2e29524fb71ac29f6382d.tar.bz2
googletest-c88525f3f0d996428ec2e29524fb71ac29f6382d.zip
added related open source project
Added a link to [gtest-runner](https://github.com/nholthaus/gtest-runner), which is a Qt GUI for gtest executables. It just had its initial release, and is being actively developed and tested on multiple linux and windows platforms.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f4b8965a..2b1e070c 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,8 @@ the following notable projects:
## 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