From c88525f3f0d996428ec2e29524fb71ac29f6382d Mon Sep 17 00:00:00 2001 From: Nic Holthaus Date: Sat, 26 Mar 2016 19:38:55 -0400 Subject: 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. --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3 From 1d1b306dd4a4f101203328ffdbe91a3c35b1c7bb Mon Sep 17 00:00:00 2001 From: Nic Holthaus Date: Sat, 26 Mar 2016 19:45:11 -0400 Subject: made capitalization more consistent with other projects. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2b1e070c..c0b6a4c0 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ 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. +[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 -- cgit v1.2.3