-
Notifications
You must be signed in to change notification settings - Fork 2.1k
tests/unittests: add test for bit.h #21749
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
Conversation
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.
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