diff --git a/src/librustc_asan/Cargo.toml b/src/librustc_asan/Cargo.toml index 2d4872b1fc942..0fda2805feac8 100644 --- a/src/librustc_asan/Cargo.toml +++ b/src/librustc_asan/Cargo.toml @@ -7,6 +7,7 @@ version = "0.0.0" [lib] name = "rustc_asan" path = "lib.rs" +test = false [build-dependencies] build_helper = { path = "../build_helper" } diff --git a/src/librustc_lsan/Cargo.toml b/src/librustc_lsan/Cargo.toml index bc1f2ead76884..786883d21350b 100644 --- a/src/librustc_lsan/Cargo.toml +++ b/src/librustc_lsan/Cargo.toml @@ -7,6 +7,7 @@ version = "0.0.0" [lib] name = "rustc_lsan" path = "lib.rs" +test = false [build-dependencies] build_helper = { path = "../build_helper" } diff --git a/src/librustc_msan/Cargo.toml b/src/librustc_msan/Cargo.toml index 45cc6b9839fb8..b3b70bc0a25ef 100644 --- a/src/librustc_msan/Cargo.toml +++ b/src/librustc_msan/Cargo.toml @@ -7,6 +7,7 @@ version = "0.0.0" [lib] name = "rustc_msan" path = "lib.rs" +test = false [build-dependencies] build_helper = { path = "../build_helper" } diff --git a/src/librustc_tsan/Cargo.toml b/src/librustc_tsan/Cargo.toml index 66d6236361ea2..97c1181e3a220 100644 --- a/src/librustc_tsan/Cargo.toml +++ b/src/librustc_tsan/Cargo.toml @@ -7,6 +7,7 @@ version = "0.0.0" [lib] name = "rustc_tsan" path = "lib.rs" +test = false [build-dependencies] build_helper = { path = "../build_helper" }