aom/third_party/googletest
Yaowu Xu 848668bee7 README.libvpx -> README.libaom
Change-Id: Ie7dd4aeee084ef9520f68663aa566ea32350e227
2016-09-06 14:35:52 -07:00
..
src Merge changes from libvpx/master by cherry-pick 2016-07-18 10:31:10 -07:00
README.libaom README.libvpx -> README.libaom 2016-09-06 14:35:52 -07:00
gtest.mk

README.libaom

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.
- Only define g_in_fast_death_test_child for non-Windows builds; quiets an
  unused variable warning.