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

Arch specific test runner #8

Open
P-E-P opened this issue May 8, 2022 · 0 comments
Open

Arch specific test runner #8

P-E-P opened this issue May 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@P-E-P
Copy link
Owner

P-E-P commented May 8, 2022

Current test runner is setup in the kernel crate, but this runner rely on a specific configuration which might be architecture dependant. We need to move the test runner in arch specific crates for multiple reasons:

  • The architecture specific separation would occur naturally
  • The architecture specific code could rely on this same runner to run it's own unit tests as a crate independently from the kernel crate.
@P-E-P P-E-P added the enhancement New feature or request label May 8, 2022
@P-E-P P-E-P mentioned this issue Jun 5, 2022
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant