• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..30-Mar-2022-

src/googletest/H30-Mar-2022-34,00622,268

README.libaomH A D30-Mar-2022760 2724

gtest.mkH A D30-Mar-202261 21

README.libaom

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