From 80942e95ea42e4ffb40dbdf5315f39775368261d Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Sat, 9 Feb 2019 19:42:23 -0700 Subject: [PATCH] Add EmbeddedBook to test list in bootstrap --- src/bootstrap/builder.rs | 1 + 1 file changed, 1 insertion(+) 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, -- 2.44.0