From 07a1b824429e681cd1cd2e55f6f6ce803ff110d9 Mon Sep 17 00:00:00 2001 From: Jakub Beránek Date: Wed, 2 Jul 2025 09:06:00 +0200 Subject: Add bootstrap tool check test --- src/bootstrap/src/core/builder/tests.rs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/bootstrap') diff --git a/src/bootstrap/src/core/builder/tests.rs b/src/bootstrap/src/core/builder/tests.rs index 838a147091d..1c6c14f47de 100644 --- a/src/bootstrap/src/core/builder/tests.rs +++ b/src/bootstrap/src/core/builder/tests.rs @@ -1455,6 +1455,20 @@ mod snapshot { "); } + #[test] + fn check_bootstrap_tool() { + let ctx = TestCtx::new(); + insta::assert_snapshot!( + ctx.config("check") + .path("run-make-support") + .render_steps(), @r" + [check] std + [build] llvm + [check] rustc + [check] RunMakeSupport + "); + } + #[test] fn test_exclude() { let ctx = TestCtx::new(); -- cgit 1.4.1-3-g733a5