tests/unittests: add test for bit.h#21749
Conversation
crasbe
left a comment
There was a problem hiding this comment.
Perhaps you can add a small piece of documentation somewhere explaining what the tests do (except testing bit.h 😅 ).
8c718a6 to
fd6bd28
Compare
|
For some reason the job was stopped https://ci.riot-os.org/details/dc221b39e0a944ea9d9bfd353c3514c8 |
|
@benpicco are you aware of the compilation errors in application "tests_unittests" for "frdm-kl43z" (via murdock)? |
I think it's because of #21705, which adds the |
|
Murdock already does the rebase before doing the build. |
Contribution description
This adds unit tests for the functions from
bit.hTesting procedure
Just run
make -C tests/unittests tests-bitIssues/PRs references
depends on #21705