Merge pull request #749 from nholthaus/patch-1

Documentation change to add related open source project
This commit is contained in:
Gennadiy Civil
2017-08-11 10:38:05 -04:00
committed by GitHub

View File

@@ -64,6 +64,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