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.
This commit is contained in:
Nic Holthaus 2016-03-26 19:38:55 -04:00
parent d225acc90b
commit c88525f3f0

View File

@ -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