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:
commit
b7baa9f217
1 changed files with 1 additions and 1 deletions
|
@ -962,7 +962,7 @@ impl Step for PlainSourceTarball {
|
||||||
"Cargo.toml",
|
"Cargo.toml",
|
||||||
"Cargo.lock",
|
"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);
|
copy_src_dirs(builder, &builder.src, &src_dirs, &[], &plain_dst_src);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue