Name: | gtest |
---|---|
Version: | 1.8.0 |
Release: | 5.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 505699 |
License: | BSD and ASL2.0 |
RPM: | gtest-1.8.0-5.el8.aarch64.rpm |
Source RPM: | gtest-1.8.0-5.el8.src.rpm |
Build Date: | Mon Apr 29 2019 |
Build Host: | ca-build102.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/google/googletest |
Summary: | Google C++ testing framework |
Description: | 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. |
- Fix license field to accurately represent the content
- Change to Python 3 as a build dependency
- Add patch to fix gmock segfaults (rhbz#1513522) - Add patch to properly version the libraries - Move the documentation to the right place - Drop unneeded ldconfig scriptlets: https://fedoraproject.org/wiki/Changes/Removing_ldconfig_scriptlets - Some clean up
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- 1.8.0 - Merge gtest and gmock (rhbz#1314927)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Use patch from Jonathan Wakely to fix opt issue (rhbz#1408291)
- Disable C++ compiler optimization to fix FTBFS (BZ#1406937).