mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
Rollup merge of #107239 - tmiasko:tests, r=Mark-Simulacrum
Bring tests back into rustc source tarball They were missing after recent move from src/test to tests. cc ```@albertlarsan68``` Fixes #107081
This commit is contained in:
@@ -962,7 +962,7 @@ fn run(self, builder: &Builder<'_>) -> GeneratedTarball {
|
||||
"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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user