mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
Add test suggestions for mir-opt
and coverage
This commit is contained in:
parent
925111c2eb
commit
05322162ab
@ -18,6 +18,17 @@ static_suggestions! {
|
||||
sug!("test", 1, ["tests/ui", "tests/run-make"]),
|
||||
],
|
||||
|
||||
["compiler/rustc_mir_transform/*"] => [
|
||||
sug!("test", 1, ["mir-opt"]),
|
||||
],
|
||||
|
||||
[
|
||||
"compiler/rustc_mir_transform/src/coverage/*",
|
||||
"compiler/rustc_codegen_llvm/src/coverageinfo/*",
|
||||
] => [
|
||||
sug!("test", 1, ["coverage"]),
|
||||
],
|
||||
|
||||
["src/librustdoc/*"] => [
|
||||
sug!("test", 1, ["rustdoc"]),
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user