diff options
author | Nic Holthaus <nholthaus@users.noreply.github.com> | 2016-03-26 19:38:55 -0400 |
---|---|---|
committer | Nic Holthaus <nholthaus@users.noreply.github.com> | 2016-03-26 19:38:55 -0400 |
commit | c88525f3f0d996428ec2e29524fb71ac29f6382d (patch) | |
tree | dd67df57550b2b774bdce061922990aaf3172a71 | |
parent | d225acc90bc3a8c420a9bcd1f033033c1ccd7fe0 (diff) | |
download | googletest-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.
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |