aom/third_party/googletest
Geza Lore 4c83fdd3d7 Fix warnings from gtest under GCC 5 or newer.
Change-Id: I9661f2fe9d315dccae69caa70d929b5d9d93b7db
2016-06-17 15:36:06 +01:00
..
src Fix warnings from gtest under GCC 5 or newer. 2016-06-17 15:36:06 +01:00
README.libvpx Fix warnings from gtest under GCC 5 or newer. 2016-06-17 15:36:06 +01:00
gtest.mk fix file permissions 2011-11-04 18:50:35 -07:00

README.libvpx

URL: http://code.google.com/p/googletest/
Version: 1.7.0
License: BSD
License File: COPYING

Description:
Google's framework for writing C++ tests on a variety of platforms
(Linux, Mac OS X, Windows, Windows CE, Symbian, etc).  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.

Local Modifications:
- Removed unused declarations of kPathSeparatorString to have warning
  free build.
- Added GTEST_ATTRIBUTE_UNUSED_ to test registering dummies in TEST_P
  and INSTANTIATE_TEST_CASE_P to remove warnings about unused variables
  under GCC 5.