Name: | gtest |
---|---|
Version: | 1.6.0 |
Release: | 2.el7 |
Architecture: | aarch64 |
Group: | Development/Tools |
Size: | 427035 |
License: | BSD |
RPM: | gtest-1.6.0-2.el7.aarch64.rpm |
Source RPM: | gtest-1.6.0-2.el7.src.rpm |
Build Date: | Fri May 11 2018 |
Build Host: | ca-buildarm03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://code.google.com/p/googletest/ |
Summary: | Google C++ testing framework |
Description: | Google's 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. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- New upstream release. - Using autotools isn't supported in upstream anymore. switching to cmake. - undefined reference issues seems gone now. (#813825)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Fix FTBFS issue; update libtool files instead of disabling rpath things.
- add patch from Dan Horák to let 'make check' work
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- add python to buildreq
- 1.5.0 - some cleanup
- added workaround for linking the tests on Fedora >= 13 (#564953, #599865)