diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-02-09 19:42:23 -0700 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-02-09 19:42:23 -0700 |
| commit | 80942e95ea42e4ffb40dbdf5315f39775368261d (patch) | |
| tree | 9956216ca6b374114ca1e4475dbdf66664c0df38 /src/bootstrap | |
| parent | abcfc3b762f2c0625d9e7f4ad70670a1e53b7b1d (diff) | |
| download | rust-80942e95ea42e4ffb40dbdf5315f39775368261d.tar.gz rust-80942e95ea42e4ffb40dbdf5315f39775368261d.zip | |
Add EmbeddedBook to test list in bootstrap
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/builder.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index 8540d92f749..f512e1d7a0c 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -400,6 +400,7 @@ impl<'a> Builder<'a> { test::TheBook, test::UnstableBook, test::RustcBook, + test::EmbeddedBook, test::Rustfmt, test::Miri, test::Clippy, |
