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 https://github.com/rust-lang/rust-bindgen/pull/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.
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 implementEq
which would make testing a lot easier. For bindings type aliases, we are waiting for the next release of bindgen, which will contain https://github.com/rust-lang/rust-bindgen/pull/2780 to make derivingEq
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: https://github.com/rust-lang/rust-bindgen/issues/2802