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

Improve testing setup #115

Open
JonasKruckenberg opened this issue Sep 15, 2024 · 0 comments
Open

Improve testing setup #115

JonasKruckenberg opened this issue Sep 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@JonasKruckenberg
Copy link
Owner

the project has many workspace crates that contain critical code (like the kmm crate for virtual memory management) but that have no unit tests yet at all. This is mostly due to the ceremony required to set up the machine to run anything at all (like an allocator). Duplicating that across all crates just for running tests would be madness though. Maybe we can spin up a "runtime crate" that encapsulates all that setup logic (including setting up stuff like unwinding, backtracing etc)

@JonasKruckenberg JonasKruckenberg added the enhancement New feature or request label Sep 15, 2024
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