From: Mark Rousskov Date: Sun, 10 Feb 2019 02:42:23 +0000 (-0700) Subject: Add EmbeddedBook to test list in bootstrap X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=80942e95ea42e4ffb40dbdf5315f39775368261d;p=rust.git Add EmbeddedBook to test list in bootstrap --- 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 @@ macro_rules! describe { test::TheBook, test::UnstableBook, test::RustcBook, + test::EmbeddedBook, test::Rustfmt, test::Miri, test::Clippy,