You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
291: Add the `libtock2` crate. r=hudson-ayers a=jrvanwhy
`libtock2` is the "one stop shop" for using `libtock-rs`. It is intended to be easy to use and will provide everything needed to create a `libtock-rs` process binary. However, in order to be easy to use, it will not support unit testing, as described in the [Overview](https://github.com/tock/libtock-rs/tree/master/doc/Overview.md) doc.
`make test` contained several commands that tested `libtock_runtime` specifically. I reworked those commands so they test `libtock2` as well. The new structure uses only exclusion lists to select crates, which means they will never miss newly-added crates.
Co-authored-by: Johnathan Van Why <[email protected]>
0 commit comments