https://github.com/nholthaus/gtest-runner
A cross-platform, Qt5 based Graphical User Interface for Google Test unit tests
https://github.com/nholthaus/gtest-runner
cpp cross-platform dark-theme google-test graphical-user-interface qt5
Last synced: 27 days ago
JSON representation
A cross-platform, Qt5 based Graphical User Interface for Google Test unit tests
- Host: GitHub
- URL: https://github.com/nholthaus/gtest-runner
- Owner: nholthaus
- License: mit
- Created: 2016-02-28T19:31:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T13:32:15.000Z (about 5 years ago)
- Last Synced: 2025-03-31T12:05:36.322Z (about 1 month ago)
- Topics: cpp, cross-platform, dark-theme, google-test, graphical-user-interface, qt5
- Language: C++
- Homepage:
- Size: 2.59 MB
- Stars: 282
- Watchers: 16
- Forks: 74
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - gtest-runner - platform, Qt5 based Graphical User Interface for Google Test unit tests (C++)
README
# gtest-runner
[](https://travis-ci.org/nholthaus/gtest-runner) [](https://ci.appveyor.com/project/nholthaus/gtest-gui)     
   A Qt5 based automated test-runner and Graphical User Interface for Google Test unit tests
# Table of Contents
- [gtest-runner](#gtest-runner)
- [Table of Contents](#table-of-contents)
- [Light Theme](#light-theme)
- [Dark Theme](#dark-theme)
- [Features](#features)
- [Supported Platforms](#supported-platforms)
- [Installers](#installers)
- [Windows](#windows)
- [Ubuntu](#ubuntu)
- [Other Linux Distributions](#other-linux-distributions)
- [Build Instructions](#build-instructions)# Light Theme
# Dark Theme
# Features
`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](FEATURES.md) to see what else `gtest-runner` is capable of.
# Supported Platforms
To date, gtest-runner has been tested on:
- Windows 10/7
- Ubuntu 16.04/15.10/14.04
- CentOS 7# Installers
## Windows
Visit the [Latest release page](https://github.com/nholthaus/gtest-runner/releases) for binary installers.
Since version 1.1.2, all Windows binaries are signed.
## Ubuntu
Binary packages are available through the [gtest-runner PPA](https://launchpad.net/~nholthaus/+archive/ubuntu/gtest-runner) for many versions of Ubuntu. To install gtest-runner via the PPA, type the following commands:
```bash
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](BUILD.md).
## Other Linux Distributions
Please see the instructions on [how to build gtest-runner from source](BUILD.md).
# Build Instructions
See the [Build Instructions](BUILD.md) for information on how to build gtest-runner from source on your platform.