We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make rusttest
I'm not sure how test harnessing works outside of using Cargo, and I know the C kernel relies on community testing.
C kernel
However, would there be a way of using the mod tests functionality that regular Rust users enjoy when testing kernel code?
mod tests
The text was updated successfully, but these errors were encountered:
We will have a way to do this, but it is not clear how it will exactly work just yet.
Sorry, something went wrong.
Closing since this is a duplicate of #40.
No branches or pull requests
I'm not sure how test harnessing works outside of using Cargo, and I know the
C kernel
relies on community testing.However, would there be a way of using the
mod tests
functionality that regular Rust users enjoy when testing kernel code?The text was updated successfully, but these errors were encountered: