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

Test harness #1

Open
IsaacWoods opened this issue Feb 3, 2018 · 0 comments
Open

Test harness #1

IsaacWoods opened this issue Feb 3, 2018 · 0 comments
Labels
T-tracking-issue Issue type: tracking issue

Comments

@IsaacWoods
Copy link
Owner

IsaacWoods commented Feb 3, 2018

As the kernel gets larger and more complex, it would be great if we could perform some unit and regression testing to make sure we don't break stuff. The end goal is to have a test harness using some virtualisation framework to run the kernel on some emulator, and then be able to extract diagnostics from said emulator to record for any failed tests. It would also be nice if the actual syntax of the tests was nice and didn't interfere with kernel code too much, so maybe this should wait until external test harnesses are a thing?

Some interesting resources that other people in the Rust kernel space have come across are:

@IsaacWoods IsaacWoods added the T-tracking-issue Issue type: tracking issue label Feb 3, 2018
@IsaacWoods IsaacWoods changed the title [Tracking Issue] Test harness Test harness Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-tracking-issue Issue type: tracking issue
Projects
None yet
Development

No branches or pull requests

1 participant