mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
sanitizer runtime crates shouldn't be tested
This commit is contained in:
parent
872a0ebf21
commit
28baa27570
@ -7,6 +7,7 @@ version = "0.0.0"
|
||||
[lib]
|
||||
name = "rustc_asan"
|
||||
path = "lib.rs"
|
||||
test = false
|
||||
|
||||
[build-dependencies]
|
||||
build_helper = { path = "../build_helper" }
|
||||
|
@ -7,6 +7,7 @@ version = "0.0.0"
|
||||
[lib]
|
||||
name = "rustc_lsan"
|
||||
path = "lib.rs"
|
||||
test = false
|
||||
|
||||
[build-dependencies]
|
||||
build_helper = { path = "../build_helper" }
|
||||
|
@ -7,6 +7,7 @@ version = "0.0.0"
|
||||
[lib]
|
||||
name = "rustc_msan"
|
||||
path = "lib.rs"
|
||||
test = false
|
||||
|
||||
[build-dependencies]
|
||||
build_helper = { path = "../build_helper" }
|
||||
|
@ -7,6 +7,7 @@ version = "0.0.0"
|
||||
[lib]
|
||||
name = "rustc_tsan"
|
||||
path = "lib.rs"
|
||||
test = false
|
||||
|
||||
[build-dependencies]
|
||||
build_helper = { path = "../build_helper" }
|
||||
|
Loading…
Reference in New Issue
Block a user