japaric-archived / smoke

Smoke testing Rust's cross compilation targets
Apache License 2.0
6 stars 0 forks source link

run standard crates' test suite #14

Closed japaric closed 8 years ago

japaric commented 8 years ago

now that rust-src is a thing, I think this should be relatively easy:

$ rustc --target $TARGET --test $rust-src/src/libcoretest/lib.rs
$ ./lib
japaric commented 8 years ago

Done in #15