Add make_run to distcheck.
This commit is contained in:
parent
d302c18937
commit
8f2e576cb3
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue