Skip to content

Commit

Permalink
rustbuild: Point to core and collections's external benchmarks.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Nov 25, 2016
1 parent b1566ba commit 42e6634
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libcollections/Cargo.toml
Expand Up @@ -15,3 +15,7 @@ rustc_unicode = { path = "../librustc_unicode" }
[[test]]
name = "collectionstest"
path = "../libcollectionstest/lib.rs"

[[bench]]
name = "collectionstest"
path = "../libcollectionstest/lib.rs"
5 changes: 5 additions & 0 deletions src/libcore/Cargo.toml
Expand Up @@ -7,7 +7,12 @@ version = "0.0.0"
name = "core"
path = "lib.rs"
test = false
bench = false

[[test]]
name = "coretest"
path = "../libcoretest/lib.rs"

[[bench]]
name = "coretest"
path = "../libcoretest/lib.rs"

0 comments on commit 42e6634

Please sign in to comment.