diff options
| author | Eric Huss <eric@huss.org> | 2020-06-08 09:09:21 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2020-06-18 09:11:15 -0700 |
| commit | abb5800dd5b05a1b0b3e1c840866389f05548ed5 (patch) | |
| tree | 4525f76b17aaf67b0adb1b650b34e7212bff1acd /src/libcore | |
| parent | e55d3f9c5213fe1a25366450127bdff67ad1eca2 (diff) | |
| download | rust-abb5800dd5b05a1b0b3e1c840866389f05548ed5.tar.gz rust-abb5800dd5b05a1b0b3e1c840866389f05548ed5.zip | |
Ensure std benchmarks get tested.
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/Cargo.toml | 1 |
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" |
