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]]
|
[[test]]
|
||||||
name = "collectionstest"
|
name = "collectionstest"
|
||||||
path = "../libcollectionstest/lib.rs"
|
path = "../libcollectionstest/lib.rs"
|
||||||
|
|
||||||
|
[[bench]]
|
||||||
|
name = "collectionstest"
|
||||||
|
path = "../libcollectionstest/lib.rs"
|
||||||
|
@ -7,7 +7,12 @@ version = "0.0.0"
|
|||||||
name = "core"
|
name = "core"
|
||||||
path = "lib.rs"
|
path = "lib.rs"
|
||||||
test = false
|
test = false
|
||||||
|
bench = false
|
||||||
|
|
||||||
[[test]]
|
[[test]]
|
||||||
name = "coretest"
|
name = "coretest"
|
||||||
path = "../libcoretest/lib.rs"
|
path = "../libcoretest/lib.rs"
|
||||||
|
|
||||||
|
[[bench]]
|
||||||
|
name = "coretest"
|
||||||
|
path = "../libcoretest/lib.rs"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user