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 {
821
821
default : false ,
822
822
} ) ;
823
823
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
+
824
833
tool_check_step ! ( Linkchecker {
825
834
path: "src/tools/linkchecker" ,
826
835
mode: Mode :: ToolBootstrap ,
Original file line number Diff line number Diff line change @@ -1071,6 +1071,7 @@ impl<'a> Builder<'a> {
1071
1071
check:: Bootstrap ,
1072
1072
check:: RunMakeSupport ,
1073
1073
check:: Compiletest ,
1074
+ check:: RustdocGuiTest ,
1074
1075
check:: FeaturesStatusDump ,
1075
1076
check:: CoverageDump ,
1076
1077
check:: Linkchecker ,
You can’t perform that action at this time.
0 commit comments