]> git.lizzy.rs Git - rust.git/commit
Introduce 'cargotest' and the check-cargotest buildstep
authorBrian Anderson <banderson@mozilla.com>
Fri, 18 Mar 2016 20:54:31 +0000 (20:54 +0000)
committerBrian Anderson <banderson@mozilla.com>
Tue, 22 Mar 2016 21:46:21 +0000 (21:46 +0000)
commit3a790acf191a426c45b155d0d4a5078ef208a4b4
tree64272fe197c5abffe4497722aecf43709c5f7aae
parent2ae05d37dac364cfcbb3cf3a2490ea8b7116f04c
Introduce 'cargotest' and the check-cargotest buildstep

This is a new suite of tests that verifies that the compiler
builds specific revisions of select crates from crates.io.

It does not run by default. It is intended that buildbot
runs these tests against all PRs, and gate on them.
src/bootstrap/build/check.rs
src/bootstrap/build/mod.rs
src/bootstrap/build/step.rs
src/bootstrap/mk/Makefile.in
src/tools/cargotest/Cargo.lock [new file with mode: 0644]
src/tools/cargotest/Cargo.toml [new file with mode: 0644]
src/tools/cargotest/lockfiles/iron-Cargo.lock [new file with mode: 0644]
src/tools/cargotest/main.rs [new file with mode: 0644]