Add make_run to distcheck.

This commit is contained in:
Mark Simulacrum 2017-07-22 07:35:42 -06:00
parent d302c18937
commit 8f2e576cb3

View File

@ -1197,6 +1197,10 @@ impl Step for Distcheck {
run.path("distcheck")
}
fn make_run(run: RunConfig) {
run.builder.ensure(Distcheck);
}
/// Run "distcheck", a 'make check' from a tarball
fn run(self, builder: &Builder) {
let build = builder.build;