]> git.lizzy.rs Git - rust.git/commitdiff
rustbuild: Point to core and collections's external benchmarks.
authorUlrik Sverdrup <bluss@users.noreply.github.com>
Fri, 25 Nov 2016 21:13:59 +0000 (22:13 +0100)
committerUlrik Sverdrup <bluss@users.noreply.github.com>
Fri, 25 Nov 2016 22:10:43 +0000 (23:10 +0100)
src/libcollections/Cargo.toml
src/libcore/Cargo.toml

index 65d456e750f6f6c5a3b5bed06787b30b373403d2..3056977d224cbdfb989fe0506987915b55816688 100644 (file)
@@ -15,3 +15,7 @@ rustc_unicode = { path = "../librustc_unicode" }
 [[test]]
 name = "collectionstest"
 path = "../libcollectionstest/lib.rs"
+
+[[bench]]
+name = "collectionstest"
+path = "../libcollectionstest/lib.rs"
index 3b406ac0447f22f7c8a164c337886dddac6468a4..a72c712ad1733c4d29ae1f5f688092acf69b5526 100644 (file)
@@ -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"