sanitizer runtime crates shouldn't be tested

This commit is contained in:
Jorge Aparicio 2017-02-21 22:05:19 -05:00
parent 872a0ebf21
commit 28baa27570
4 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@ version = "0.0.0"
[lib]
name = "rustc_asan"
path = "lib.rs"
test = false
[build-dependencies]
build_helper = { path = "../build_helper" }

View File

@ -7,6 +7,7 @@ version = "0.0.0"
[lib]
name = "rustc_lsan"
path = "lib.rs"
test = false
[build-dependencies]
build_helper = { path = "../build_helper" }

View File

@ -7,6 +7,7 @@ version = "0.0.0"
[lib]
name = "rustc_msan"
path = "lib.rs"
test = false
[build-dependencies]
build_helper = { path = "../build_helper" }

View File

@ -7,6 +7,7 @@ version = "0.0.0"
[lib]
name = "rustc_tsan"
path = "lib.rs"
test = false
[build-dependencies]
build_helper = { path = "../build_helper" }