about summary refs log tree commit diff
path: root/src/tools/compiletest/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-02-11 17:18:42 +0100
committerGitHub <noreply@github.com>2023-02-11 17:18:42 +0100
commit585b458021b1c197a8fdabf3283f9d2ef2467a6d (patch)
treea8b1ef68c5cc24d0c6ff148e26b020a80e738078 /src/tools/compiletest/Cargo.toml
parent5b450244876154bc1bd134694398e80c12e00b5c (diff)
parentc52435a338a256a7a09d48c96aeb429530b2fe6d (diff)
Rollup merge of #107657 - chenyukang:yukang/add-only-modified, r=albertlarsan68
Add only modified subcommand for compiletest

r? `@jyn514`

From [discussion](https://rust-lang.zulipchat.com/#narrow/stream/326414-t-infra.2Fbootstrap/topic/Add.20subcommand.20to.20retest.20all.20tests.20with.20different.20results)
Diffstat (limited to 'src/tools/compiletest/Cargo.toml')
-rw-r--r--src/tools/compiletest/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/compiletest/Cargo.toml b/src/tools/compiletest/Cargo.toml
index 1911f0f9c94..deed6fbd439 100644
--- a/src/tools/compiletest/Cargo.toml
+++ b/src/tools/compiletest/Cargo.toml
@@ -9,6 +9,7 @@ diff = "0.1.10"
 unified-diff = "0.2.1"
 getopts = "0.2"
 miropt-test-tools = { path = "../miropt-test-tools" }
+build_helper = { path = "../build_helper" }
 tracing = "0.1"
 tracing-subscriber = { version = "0.3.3", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
 regex = "1.0"