diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-04-17 17:24:05 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-04-24 08:08:40 -0700 |
| commit | 009f45f8f1fcc0d0a6700fec8e0fd64d5aa739d2 (patch) | |
| tree | abc4626ede154916ba1690697f94e1b61dc0d462 /src/bootstrap/mk | |
| parent | 846891aeff1a2a73524c404c6eeff5e8daf4caa2 (diff) | |
| download | rust-009f45f8f1fcc0d0a6700fec8e0fd64d5aa739d2.tar.gz rust-009f45f8f1fcc0d0a6700fec8e0fd64d5aa739d2.zip | |
Run tests for the cargo submodule in tree
Previously the `cargotest` suite would run some arbitrary revision of Cargo's test suite, but now that we're bundling it in tree we should be running the Cargo submodule's test suite instead.
Diffstat (limited to 'src/bootstrap/mk')
| -rw-r--r-- | src/bootstrap/mk/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/mk/Makefile.in b/src/bootstrap/mk/Makefile.in index 457ac825832..a5df741e2bf 100644 --- a/src/bootstrap/mk/Makefile.in +++ b/src/bootstrap/mk/Makefile.in @@ -55,6 +55,7 @@ check: check-aux: $(Q)$(BOOTSTRAP) test \ src/tools/cargotest \ + cargo \ src/test/pretty \ src/test/run-pass/pretty \ src/test/run-fail/pretty \ |
