Skip to content

Commit 57c9269

Browse files
Add embedded book to test such that checktools works
1 parent 8bf7fda commit 57c9269

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1383,6 +1383,7 @@ test_book!(
13831383
RustdocBook, "src/doc/rustdoc", "rustdoc", default=true;
13841384
RustcBook, "src/doc/rustc", "rustc", default=true;
13851385
RustByExample, "src/doc/rust-by-example", "rust-by-example", default=false;
1386+
EmbeddedBook, "src/doc/embedded-book", "embedded-book", default=false;
13861387
TheBook, "src/doc/book", "book", default=false;
13871388
UnstableBook, "src/doc/unstable-book", "unstable-book", default=true;
13881389
);

0 commit comments

Comments
 (0)