Skip to content

Commit 28baa27

Browse files
author
Jorge Aparicio
committed
sanitizer runtime crates shouldn't be tested
1 parent 872a0eb commit 28baa27

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/librustc_asan/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ version = "0.0.0"
77
[lib]
88
name = "rustc_asan"
99
path = "lib.rs"
10+
test = false
1011

1112
[build-dependencies]
1213
build_helper = { path = "../build_helper" }

src/librustc_lsan/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ version = "0.0.0"
77
[lib]
88
name = "rustc_lsan"
99
path = "lib.rs"
10+
test = false
1011

1112
[build-dependencies]
1213
build_helper = { path = "../build_helper" }

src/librustc_msan/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ version = "0.0.0"
77
[lib]
88
name = "rustc_msan"
99
path = "lib.rs"
10+
test = false
1011

1112
[build-dependencies]
1213
build_helper = { path = "../build_helper" }

src/librustc_tsan/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ version = "0.0.0"
77
[lib]
88
name = "rustc_tsan"
99
path = "lib.rs"
10+
test = false
1011

1112
[build-dependencies]
1213
build_helper = { path = "../build_helper" }

0 commit comments

Comments
 (0)