Bring tests back into rustc source tarball
They were missing after recent move from src/test to tests.
This commit is contained in:
parent
c8e6a9e8b6
commit
7f5ce94280
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