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

Tests: Add tests for task creation config #10

Open
arctic-alpaca opened this issue Apr 19, 2024 · 0 comments
Open

Tests: Add tests for task creation config #10

arctic-alpaca opened this issue Apr 19, 2024 · 0 comments
Assignees
Labels
tests Improvements or additions to tests

Comments

@arctic-alpaca
Copy link
Member

We need to add tests for the task creation config merged in #3.

The tests were not added directly because PxEvents_t, PxPrio_t and similar don't implement Eq which would make testing a lot easier. For bindings type aliases, we are waiting for the next release of bindgen, which will contain rust-lang/rust-bindgen#2780 to make deriving Eq and friends easy.
This change will first have to be added to https://github.com/hightec-rt/pxros. I will create a PR when bindgen is released.

A new release of bindgen has already been requested here: rust-lang/rust-bindgen#2802

@arctic-alpaca arctic-alpaca added the tests Improvements or additions to tests label Apr 19, 2024
@arctic-alpaca arctic-alpaca self-assigned this Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Improvements or additions to tests
Projects
None yet
Development

No branches or pull requests

1 participant