Skip to content

Commit

Permalink
sanitizer runtime crates shouldn't be tested
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Mar 5, 2017
1 parent 872a0eb commit 28baa27
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_asan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version = "0.0.0"
[lib]
name = "rustc_asan"
path = "lib.rs"
test = false

[build-dependencies]
build_helper = { path = "../build_helper" }
Expand Down
1 change: 1 addition & 0 deletions src/librustc_lsan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version = "0.0.0"
[lib]
name = "rustc_lsan"
path = "lib.rs"
test = false

[build-dependencies]
build_helper = { path = "../build_helper" }
Expand Down
1 change: 1 addition & 0 deletions src/librustc_msan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version = "0.0.0"
[lib]
name = "rustc_msan"
path = "lib.rs"
test = false

[build-dependencies]
build_helper = { path = "../build_helper" }
Expand Down
1 change: 1 addition & 0 deletions src/librustc_tsan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version = "0.0.0"
[lib]
name = "rustc_tsan"
path = "lib.rs"
test = false

[build-dependencies]
build_helper = { path = "../build_helper" }
Expand Down

0 comments on commit 28baa27

Please sign in to comment.