-
Notifications
You must be signed in to change notification settings - Fork 248
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
[Testing] Split Checks #11526
[Testing] Split Checks #11526
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If only these changes then Okay. But maybe should a warning be added in Cmake, otherwise many branches of developers may not compile or change behaviour
Added the warning |
Some CI still failing |
Some Ci are failing due segmentation fault |
@loumalouomega I am aware. I get mails from the CI |
I was trying to help :`( |
📝 Description
This splits the check.h file into two. Expect and Check. Incode checks reamin the same, and tests assertions will use the expect interface. This change does nothing by its own and its needed for #11506 as requested by @loumalouomega.
String checks may require further changes in the GTest PR.
🆕 Changelog