-
Notifications
You must be signed in to change notification settings - Fork 4
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
Adding CI from GitHubActions for tests #25
Comments
Yes, I think it's a good set of tests, and we can also add:
|
Here are the fist CI logs:
As soon as we make a decision, I will delete the discussion #29. There are still many questions... Auto releases, SemVer, behavior on error/failure, smart "badge"... |
Goodbye "_DEBUG", see you soon.
Done in #38. Execution time: ~9 minutes.
Done in #37. The path is configured correctly for this repo, and not for my fork. |
Thanks!
+1 |
My discussion/question #29 is closed, since we have reached a common opinion and there is no negative reaction to the first results of CI over time. One from last action to close this thread lead in new issue #39. |
Conversation from #23:
About writing tests, from the top of my head:
EXPECT_MODULE_FUNC_CALL
andON_MODULE_FUNC_CALL
for the WinApi function starting from zero arguments up to 12 from for example
CreateWindowExA()
.RESTORE_MODULE_FUNC
andVERIFY_AND_CLEAR_MODULE_FUNC_EXPECTATIONS
It would be enough?
The text was updated successfully, but these errors were encountered: