-
Notifications
You must be signed in to change notification settings - Fork 1
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
Porting posix platform and adding integration tests for Linux #9
Conversation
RLeclair
commented
Feb 7, 2023
- Ported posix implementation for platform (only compiles for Linux)
- Added integration tests for Linux
(void)timer; | ||
(void)milliseconds; | ||
|
||
return AZ_ERROR_DEPENDENCY_NOT_PROVIDED; |
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.
Just checking if it's intentional to not have these implemented at this time.
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.
It is, we are currently focusing on the Linux posix scenario, but will get back to win32 later.
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.
Thanks @RLeclair !