| Name: Google Test: Google's C++ Testing Framework |
| Short Name: googletest |
| URL: https://github.com/google/googletest |
| Version: 1.17.0 |
| Update Mechanism: Manual |
| Revision: 52eb8108c5bdec04579160ae17225d66034bd723 |
| License: BSD-3-Clause |
| License File: src/LICENSE |
| Security Critical: no |
| |
| Description: |
| Google's framework for writing C++ tests on a variety of platforms |
| (Linux, macOS, Windows, Android NDK, etc). Based on the xUnit |
| testing framework. Supports automatic test discovery, a rich set of |
| assertions, user-defined assertions, death tests, fatal and non-fatal |
| failures, value-parameterized tests, type-parameterized tests, and |
| various options for running the tests. |
| |
| Local Modifications: |
| - Remove everything but: |
| .clang-format |
| CMakeLists.txt |
| CONTRIBUTORS |
| googletest/ |
| cmake |
| CMakeLists.txt |
| include |
| README.md |
| src |
| LICENSE |
| README.md |