Skip to content

Commit

Permalink
Add test suggestions for mir-opt and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalathar committed Nov 16, 2023
1 parent 925111c commit 0532216
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/tools/suggest-tests/src/static_suggestions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"]),
],
Expand Down

0 comments on commit 0532216

Please sign in to comment.