Add embedded book to test such that checktools works
This commit is contained in:
parent
8bf7fda6b5
commit
57c92696a9
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue