Skip to content

Commit 8387777

Browse files
committed
add ./x.py test src/doc/rustc-guide
1 parent 254f201 commit 8387777

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/bootstrap/builder.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ impl<'a> Builder<'a> {
405405
test::TheBook,
406406
test::UnstableBook,
407407
test::RustcBook,
408+
test::RustcGuide,
408409
test::EmbeddedBook,
409410
test::EditionGuide,
410411
test::Rustfmt,

src/bootstrap/test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,6 +1446,7 @@ test_book!(
14461446
TheBook, "src/doc/book", "book", default=false;
14471447
UnstableBook, "src/doc/unstable-book", "unstable-book", default=true;
14481448
EditionGuide, "src/doc/edition-guide", "edition-guide", default=false;
1449+
RustcGuide, "src/doc/rustc-guide", "rustc-guide", default=false;
14491450
);
14501451

14511452
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]

0 commit comments

Comments
 (0)