File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -491,6 +491,11 @@ tool_check_step!(MiroptTestTools { path: "src/tools/miropt-test-tools" });
491
491
tool_check_step ! ( TestFloatParse { path: "src/etc/test-float-parse" } ) ;
492
492
493
493
tool_check_step ! ( Bootstrap { path: "src/bootstrap" , default : false } ) ;
494
+
495
+ // `run-make-support` will be built as part of suitable run-make compiletest test steps, but support
496
+ // check to make it easier to work on.
497
+ tool_check_step ! ( RunMakeSupport { path: "src/tools/run-make-support" , default : false } ) ;
498
+
494
499
// Compiletest is implicitly "checked" when it gets built in order to run tests,
495
500
// so this is mainly for people working on compiletest to run locally.
496
501
tool_check_step ! ( Compiletest { path: "src/tools/compiletest" , default : false } ) ;
Original file line number Diff line number Diff line change @@ -935,6 +935,7 @@ impl<'a> Builder<'a> {
935
935
check:: RustAnalyzer ,
936
936
check:: TestFloatParse ,
937
937
check:: Bootstrap ,
938
+ check:: RunMakeSupport ,
938
939
check:: Compiletest ,
939
940
) ,
940
941
Kind :: Test => describe ! (
You can’t perform that action at this time.
0 commit comments