Skip to content

Commit

Permalink
Add embedded book to test such that checktools works
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Feb 6, 2019
1 parent 8bf7fda commit 57c9269
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/test.rs
Expand Up @@ -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;
);
Expand Down

0 comments on commit 57c9269

Please sign in to comment.