1
Fork 0

Bring tests back into rustc source tarball

They were missing after recent move from src/test to tests.
This commit is contained in:
Tomasz Miąsko 2023-01-23 00:00:00 +00:00
parent c8e6a9e8b6
commit 7f5ce94280

View file

@ -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);