mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
rustbuild: Point to core and collections's external benchmarks.
This commit is contained in:
parent
b1566baa0b
commit
42e66344b5
@ -15,3 +15,7 @@ rustc_unicode = { path = "../librustc_unicode" }
|
||||
[[test]]
|
||||
name = "collectionstest"
|
||||
path = "../libcollectionstest/lib.rs"
|
||||
|
||||
[[bench]]
|
||||
name = "collectionstest"
|
||||
path = "../libcollectionstest/lib.rs"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user