sunfishcode / c-ward

An implementation of libc written in Rust
Other
187 stars 11 forks source link

Make `cargo test --workspace` useful. #95

Closed sunfishcode closed 8 months ago

sunfishcode commented 8 months ago

Fix errors in the use_libc modules that prevented cargo test --workspace from running, and add a few unit tests for it to run.