File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -821,6 +821,15 @@ tool_check_step!(Compiletest {
821821 default : false ,
822822} ) ;
823823
824+ // As with compiletest, rustdoc-gui-test is automatically built when running
825+ // relevant tests. So being able to check it is mainly useful for people
826+ // working on on rustdoc-gui-test itself, or on its compiletest dependency.
827+ tool_check_step ! ( RustdocGuiTest {
828+ path: "src/tools/rustdoc-gui-test" ,
829+ mode: Mode :: ToolBootstrap ,
830+ default : false ,
831+ } ) ;
832+
824833tool_check_step ! ( Linkchecker {
825834 path: "src/tools/linkchecker" ,
826835 mode: Mode :: ToolBootstrap ,
Original file line number Diff line number Diff line change @@ -1071,6 +1071,7 @@ impl<'a> Builder<'a> {
10711071 check:: Bootstrap ,
10721072 check:: RunMakeSupport ,
10731073 check:: Compiletest ,
1074+ check:: RustdocGuiTest ,
10741075 check:: FeaturesStatusDump ,
10751076 check:: CoverageDump ,
10761077 check:: Linkchecker ,
You can’t perform that action at this time.
0 commit comments