We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17da9e commit 07a1b82Copy full SHA for 07a1b82
src/bootstrap/src/core/builder/tests.rs
@@ -1455,6 +1455,20 @@ mod snapshot {
1455
");
1456
}
1457
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
+
1472
#[test]
1473
fn test_exclude() {
1474
let ctx = TestCtx::new();
0 commit comments