-
Notifications
You must be signed in to change notification settings - Fork 2
Basic custom #[no_std] test runner #26
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
Conversation
So the commit 9e060bb has fixed the build issue, and everything seems to be building fine. A new error is being experienced however
|
closes #2 |
Note: That a timeout has not been implemented into the tests yet, so this could lead to indefinite running tests. Could have its issue ticket set up for later. @HexiumOS/core-developers |
So we've decided we'll create a new issue for this. Edit: Issue #29 |
Furthermore, we've also decided we'll leave out the executor code out for now, to be reintroduced in the future. An issue will be put up for this. Issues #30 |
Another issue will also be created for testing println output. Issue #31 |
Another issue to complete the |
@HexiumOS/core-developers PR is ready for review |
EDIT - See original below
Set up basic custom runner powered by makefiles. Use
make test
ORIGINAL - from when PR was a Draft PR WIP
Global search the code for 'RYANS_NOTES' to see notes i've written.
There's issues running tests.
cargo test
produces the error below:I fixed this by using the command
cargo test --target x86_64-unknown-none
Then I got the error below where I'm stuck at.