-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update all gz libraries to latest GTest #1537
Labels
enhancement
New feature or request
Comments
This was referenced Jun 28, 2022
Before:
After:
Net of -50761 lines of code across the codebase |
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Desired behavior
Currently, the
gz
libraries use multiple versions of gtest. Some of these versions have custom patches and some are quite dated at this point.The goal of this is to bring the vendored version of gtest to a consistent, modern version across all libraries.
Actions performed:
main
from tests where possible, as we are linkinggtest_main
Additional context
Eventually, it would be nice to remove vendored gtest altogether, but that is out of the scope of this issue.
The text was updated successfully, but these errors were encountered: