aom/third_party/googletest
Tom Finegan 49c8585f44 Tidy up latest googletest update.
- Remove gtest files that aren't necessary in libaom.
- Correct the removals noted in README.libaom

Change-Id: Icb5dd6340334d5d0db0072ee0d101709cf785feb
2017-02-14 01:04:47 +00:00
..
src/googletest Tidy up latest googletest update. 2017-02-14 01:04:47 +00:00
README.libaom Tidy up latest googletest update. 2017-02-14 01:04:47 +00:00
gtest.mk Include googletest cmake support. 2017-02-13 18:11:11 +00:00

README.libaom

URL: https://github.com/google/googletest
Version: 1.8.0
License: BSD
License File: LICENSE

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:
- Remove everything but:
  googletest-release-1.8.0/googletest/
    cmake/
    include/
    src/
    CHANGES
    CMakelists.txt
    CONTRIBUTORS
    LICENSE
    README.md