Skip to content

Use latest GTest stable tag #566

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

Merged
merged 3 commits into from
Mar 15, 2025
Merged

Use latest GTest stable tag #566

merged 3 commits into from
Mar 15, 2025

Conversation

solidpixel
Copy link
Contributor

Fixes #565

@solidpixel
Copy link
Contributor Author

solidpixel commented Mar 15, 2025

Work in progress - looks like the new version of GTest + MSVC turn "or", "and", "xor", and "not" which we used as test names in the TEST() macro into operators, so we need to avoid those and use something less generic for the test names.

@solidpixel solidpixel merged commit 3e096ba into main Mar 15, 2025
9 checks passed
@solidpixel solidpixel deleted the gtest branch March 15, 2025 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update GTest to reduce build spam
1 participant