rust-lang / libtest

Rust's built-in testing and benchmarking framework
Apache License 2.0
60 stars 21 forks source link

Run tests on more targets using cross and document platform support #4

Closed gnzlbg closed 5 years ago

gnzlbg commented 5 years ago

This isn't a long term solution, but cross is really easy to set up and should prevent us from breaking most of the targets in which libtest is already running.