Skip to content

Commit 07a1b82

Browse files
committed
Add bootstrap tool check test
1 parent c17da9e commit 07a1b82

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/bootstrap/src/core/builder/tests.rs

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,6 +1455,20 @@ mod snapshot {
14551455
");
14561456
}
14571457

1458+
#[test]
1459+
fn check_bootstrap_tool() {
1460+
let ctx = TestCtx::new();
1461+
insta::assert_snapshot!(
1462+
ctx.config("check")
1463+
.path("run-make-support")
1464+
.render_steps(), @r"
1465+
[check] std <host>
1466+
[build] llvm <host>
1467+
[check] rustc <host>
1468+
[check] RunMakeSupport <host>
1469+
");
1470+
}
1471+
14581472
#[test]
14591473
fn test_exclude() {
14601474
let ctx = TestCtx::new();

0 commit comments

Comments
 (0)