A Qt5 based automated test-runner and Graphical User Interface for Google Test unit tests
- gtest-runner
- Table of Contents
- Light Theme
- Dark Theme
- Features
- Supported Platforms
- Installers
- Build Instructions
gtest-runner
is an automated test runner that will ensure you are always looking at the latest test results, whenever you build a gtest executable. Check the features guide to see what else gtest-runner
is capable of.
To date, gtest-runner has been tested on:
- Windows 10/7
- Ubuntu 16.04/15.10/14.04
- CentOS 7
Visit the Latest release page for binary installers.
Since version 1.1.2, all Windows binaries are signed.
Binary packages are available through the gtest-runner PPA for many versions of Ubuntu. To install gtest-runner via the PPA, type the following commands:
sudo add-apt-repository ppa:nholthaus/gtest-runner
sudo apt-get update
sudo apt-get install gtest-runner
Of course, you can also build gtest-runner from source.
Please see the instructions on how to build gtest-runner from source.
See the Build Instructions for information on how to build gtest-runner from source on your platform.