mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-10 06:36:02 +00:00
gtest and gmock both rely heavily on exit-time destructors, and must build with -Wno-exit-time-destructors to avoid these warnings. gmock’s MOCK_METHODn() macros violate -Wno-inconsistent-missing-override, so this warning is disabled for direct dependents of gmock. R=rsesek@chromium.org Review URL: https://codereview.chromium.org/984393002
Name: Google C++ Testing Framework (googletest)
Short Name: gtest
URL: https://googletest.googlecode.com/
Revision: See DEPS
License: BSD 3-clause
License File: gtest/LICENSE
Security Critical: no
Description:
Google C++ Testing Framework (or Google Test for short) is Google’s framework
for writing C++ tests on a variety of platforms.
Local Modifications:
None