mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
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
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user