Skip to content
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

Replace INSTANTIATE_TEST_CASE_P by INSTANTIATE_TEST_SUITE_P #752

Merged
merged 2 commits into from
Jan 25, 2024

Conversation

JasonMarechal25
Copy link
Contributor

@JasonMarechal25 JasonMarechal25 commented Jan 17, 2024

INSTANTIATE_TEST_CASE_P is deprecated in newer version of GTest and should be replaced by INSTANTIATE_TEST_SUITE_P

Unfortunately on CentOS7, default GTest is too old for INSTANTIATE_TEST_SUITE_P. We need to build it from sources

Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@JasonMarechal25 JasonMarechal25 marked this pull request as ready for review January 17, 2024 15:54
@a-zakir a-zakir merged commit 1f75ce3 into develop Jan 25, 2024
17 checks passed
@JasonMarechal25 JasonMarechal25 deleted the feature/test_suite_p branch February 9, 2024 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants