# gtest **Repository Path**: mirrors_mo/gtest ## Basic Information - **Project Name**: gtest - **Description**: Partial make-only git mirror of Google C++ Testing Framework - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Partial make-only git mirror of Google C++ Testing Framework Upstream SVN: https://code.google.com/p/googletest/ For example the libgtest-dev package in Debian does not provide a pre-compiled gtest .a file because upstream [recommends][1] that gtest is built with the same compiler and macro defines as the code it is testing. This makes libgtest-dev and other such distro packages quite inconvenient to use, so instead of using that, this stripped down gtest git mirror can be added as a git submodule and it can be built using recursive make whenever "make check" is invoked. [1]: https://groups.google.com/forum/#!topic/googletestframework/Zo7_HOv1MJ0