about summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2019-02-09 19:42:23 -0700
committerMark Rousskov <mark.simulacrum@gmail.com>2019-02-09 19:42:23 -0700
commit80942e95ea42e4ffb40dbdf5315f39775368261d (patch)
tree9956216ca6b374114ca1e4475dbdf66664c0df38 /src/bootstrap/builder.rs
parentabcfc3b762f2c0625d9e7f4ad70670a1e53b7b1d (diff)
downloadrust-80942e95ea42e4ffb40dbdf5315f39775368261d.tar.gz
rust-80942e95ea42e4ffb40dbdf5315f39775368261d.zip
Add EmbeddedBook to test list in bootstrap
Diffstat (limited to 'src/bootstrap/builder.rs')
-rw-r--r--src/bootstrap/builder.rs1
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,