Home | History | Annotate | only in /external/libvpx/libvpx/third_party/googletest
Up to higher level directory
NameDateSize
gtest.mk21-Aug-201836
README.libvpx21-Aug-2018722
src/21-Aug-2018

README.libvpx

      1 URL: https://github.com/google/googletest
      2 Version: 1.8.0
      3 License: BSD
      4 License File: LICENSE
      5 
      6 Description:
      7 Google's framework for writing C++ tests on a variety of platforms
      8 (Linux, Mac OS X, Windows, Windows CE, Symbian, etc).  Based on the
      9 xUnit architecture.  Supports automatic test discovery, a rich set of
     10 assertions, user-defined assertions, death tests, fatal and non-fatal
     11 failures, various options for running the tests, and XML test report
     12 generation.
     13 
     14 Local Modifications:
     15 - Remove everything but:
     16   googletest-release-1.8.0/googletest/
     17    CHANGES
     18    CONTRIBUTORS
     19    include
     20    LICENSE
     21    README.md
     22    src
     23 - Suppress unsigned overflow instrumentation in the LCG
     24   https://github.com/google/googletest/pull/1066
     25