gtest-config
This package contains development files for gtest.
Install
- All systems
-
curl cmd.cat/gtest-config.sh
- Alpine
-
apk add gtest
- Arch Linux
-
pacman -S gtest
- Fedora
-
dnf install gtest-devel
- Dockerfile
- dockerfile.run/gtest-config
- Docker
-
docker run cmd.cat/gtest-config gtest-config
powered by Commando
gtest-devel
This package contains development files for gtest.
gtest
Framework for writing C++ tests on a variety of platforms
(GNU/Linux, Mac OS X, Windows, Windows CE, and Symbian). Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, various options for running the tests, and XML test report generation.