Add bootstrap tool check test

This commit is contained in:
Jakub Beránek 2025-07-02 09:06:00 +02:00
parent c17da9ebc2
commit 07a1b82442
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

View file

@ -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 <host>
[build] llvm <host>
[check] rustc <host>
[check] RunMakeSupport <host>
");
}
#[test]
fn test_exclude() {
let ctx = TestCtx::new();