about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2019-02-06 11:13:06 +0100
committerMark Rousskov <mark.simulacrum@gmail.com>2019-02-06 11:14:43 +0100
commit57c92696a9727a51831bef53cebc13108a379900 (patch)
treed1c5b1266cfe970206631c291c502da483ad2121 /src/bootstrap
parent8bf7fda6b5fec99a11ae0fb8d5c3dbd150063741 (diff)
downloadrust-57c92696a9727a51831bef53cebc13108a379900.tar.gz
rust-57c92696a9727a51831bef53cebc13108a379900.zip
Add embedded book to test such that checktools works
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/test.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs
index 1a46ebfcabb..bb00f6f6251 100644
--- a/src/bootstrap/test.rs
+++ b/src/bootstrap/test.rs
@@ -1383,6 +1383,7 @@ test_book!(
     RustdocBook, "src/doc/rustdoc", "rustdoc", default=true;
     RustcBook, "src/doc/rustc", "rustc", default=true;
     RustByExample, "src/doc/rust-by-example", "rust-by-example", default=false;
+    EmbeddedBook, "src/doc/embedded-book", "embedded-book", default=false;
     TheBook, "src/doc/book", "book", default=false;
     UnstableBook, "src/doc/unstable-book", "unstable-book", default=true;
 );