about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-02-10 04:34:12 +0000
committerbors <bors@rust-lang.org>2019-02-10 04:34:12 +0000
commit2e08bb1dd2863b94943fdca5a57ff2188e87623f (patch)
tree04c0bba1ef5a358e90a74441c2e7d68403984b50 /src
parent1bfb44133d1dbabc27acbe63848b072c76f0921f (diff)
parent80942e95ea42e4ffb40dbdf5315f39775368261d (diff)
downloadrust-2e08bb1dd2863b94943fdca5a57ff2188e87623f.tar.gz
rust-2e08bb1dd2863b94943fdca5a57ff2188e87623f.zip
Auto merge of #58339 - Mark-Simulacrum:embedded-book, r=Mark-Simulacrum
Add EmbeddedBook to test list in bootstrap

r? @alexcrichton
Diffstat (limited to 'src')
-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,