Skip to content

Commit

Permalink
Bring tests back into rustc source tarball
Browse files Browse the repository at this point in the history
They were missing after recent move from src/test to tests.
  • Loading branch information
tmiasko committed Jan 23, 2023
1 parent c8e6a9e commit 7f5ce94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ impl Step for PlainSourceTarball {
"Cargo.toml",
"Cargo.lock",
];
let src_dirs = ["src", "compiler", "library"];
let src_dirs = ["src", "compiler", "library", "tests"];

copy_src_dirs(builder, &builder.src, &src_dirs, &[], &plain_dst_src);

Expand Down

0 comments on commit 7f5ce94

Please sign in to comment.