Skip to content

Use latest GTest stable tag#566

Merged
solidpixel merged 3 commits intomainfrom
gtest
Mar 15, 2025
Merged

Use latest GTest stable tag#566
solidpixel merged 3 commits intomainfrom
gtest

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