README.libvpx 856 B

12345678910111213141516171819202122232425262728
  1. URL: https://github.com/google/googletest.git
  2. Version: release-1.8.1
  3. License: BSD
  4. License File: LICENSE
  5. Description:
  6. Google's framework for writing C++ tests on a variety of platforms
  7. (Linux, Mac OS X, Windows, Windows CE, Symbian, etc). Based on the
  8. xUnit architecture. Supports automatic test discovery, a rich set of
  9. assertions, user-defined assertions, death tests, fatal and non-fatal
  10. failures, various options for running the tests, and XML test report
  11. generation.
  12. Local Modifications:
  13. - Remove everything but:
  14. googletest-release-1.8.1/googletest/
  15. CHANGES
  16. CONTRIBUTORS
  17. include
  18. LICENSE
  19. README.md
  20. src
  21. - Make WithParamInterface<T>::GetParam static in order to avoid
  22. initialization issues
  23. https://github.com/google/googletest/pull/1830
  24. - Use wcslen() instead of std::wcslen()
  25. https://github.com/google/googletest/pull/1899