Rollup merge of #135066 - jieyouxu:check-run-make-support, r=clubby789

bootstrap: support `./x check run-make-support`

Mostly for working on `src/tools/run-make-support` locally.
This commit is contained in:
Matthias Krüger
2025-01-04 09:54:39 +01:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
@@ -491,6 +491,11 @@ fn run_tool_check_step(
tool_check_step!(TestFloatParse { path: "src/etc/test-float-parse" });
tool_check_step!(Bootstrap { path: "src/bootstrap", default: false });
// `run-make-support` will be built as part of suitable run-make compiletest test steps, but support
// check to make it easier to work on.
tool_check_step!(RunMakeSupport { path: "src/tools/run-make-support", default: false });
// Compiletest is implicitly "checked" when it gets built in order to run tests,
// so this is mainly for people working on compiletest to run locally.
tool_check_step!(Compiletest { path: "src/tools/compiletest", default: false });
+1
View File
@@ -935,6 +935,7 @@ macro_rules! describe {
check::RustAnalyzer,
check::TestFloatParse,
check::Bootstrap,
check::RunMakeSupport,
check::Compiletest,
),
Kind::Test => describe!(