diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-04-01 21:06:35 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-04-16 23:37:11 +0200 |
| commit | b2192ae157eab3b83d7cbc42d2e08925cbdfd8b6 (patch) | |
| tree | bb68db0f1f320836898202494ad2140ecef13ae3 /src/bootstrap/builder.rs | |
| parent | a6fefdecdfff6641111ff6446f73d8364459e1f0 (diff) | |
| download | rust-b2192ae157eab3b83d7cbc42d2e08925cbdfd8b6.tar.gz rust-b2192ae157eab3b83d7cbc42d2e08925cbdfd8b6.zip | |
Add rustdoc-ui test suite
Diffstat (limited to 'src/bootstrap/builder.rs')
| -rw-r--r-- | src/bootstrap/builder.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index 7ff64af9196..d30933d2efd 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -326,7 +326,7 @@ impl<'a> Builder<'a> { test::TheBook, test::UnstableBook, test::Rustfmt, test::Miri, test::Clippy, test::RustdocJS, test::RustdocTheme, // Run run-make last, since these won't pass without make on Windows - test::RunMake), + test::RunMake, test::RustdocUi), Kind::Bench => describe!(test::Crate, test::CrateLibrustc), Kind::Doc => describe!(doc::UnstableBook, doc::UnstableBookGen, doc::TheBook, doc::Standalone, doc::Std, doc::Test, doc::WhitelistedRustc, doc::Rustc, |
