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

add unit tests #60

Merged
merged 1 commit into from
Jan 3, 2022
Merged

add unit tests #60

merged 1 commit into from
Jan 3, 2022

Commits on Dec 22, 2021

  1. add unit tests

    also, flatten the workspace into a single crate. I forget what the original reason for the workspace
    was -- I think it was added because `cargo t -p testsuite` is nicer than running
    `cargo t --test $filename` N times. However, a single crate removes the need to repeat the list of
    dependencies in `testsuite/Cargo.toml`
    
    also, document the two sets of tests included with the template and how to run them in the README
    file
    japaric committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    b04cfb5 View commit details
    Browse the repository at this point in the history