-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request