about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2020-06-08 09:09:21 -0700
committerEric Huss <eric@huss.org>2020-06-18 09:11:15 -0700
commitabb5800dd5b05a1b0b3e1c840866389f05548ed5 (patch)
tree4525f76b17aaf67b0adb1b650b34e7212bff1acd /src/libcore
parente55d3f9c5213fe1a25366450127bdff67ad1eca2 (diff)
downloadrust-abb5800dd5b05a1b0b3e1c840866389f05548ed5.tar.gz
rust-abb5800dd5b05a1b0b3e1c840866389f05548ed5.zip
Ensure std benchmarks get tested.
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/Cargo.toml b/src/libcore/Cargo.toml
index ac07ffb14fe..42c555cafac 100644
--- a/src/libcore/Cargo.toml
+++ b/src/libcore/Cargo.toml
@@ -19,6 +19,7 @@ path = "../libcore/tests/lib.rs"
 [[bench]]
 name = "corebenches"
 path = "../libcore/benches/lib.rs"
+test = true
 
 [dev-dependencies]
 rand = "0.7"