Skip to content

Conversation

jooert
Copy link
Contributor

@jooert jooert commented Apr 29, 2015

Since #24783, the style guidelines recommend that unit tests should live in a submodule tests rather than test to not clash with the possible use of libtest. This is especially important for benchmark tests as they require libtest. Fixes #24923.

Since rust-lang#24783, the style guidelines recommend that unit tests should live in a submodule `tests` rather than `test` to not clash with the possible use of libtest. This is especially important for benchmark tests as they require libtest. Fixes rust-lang#24923.
@rust-highfive
Copy link
Contributor

r? @steveklabnik

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

@bors: r+ f99658d rollup

Thanks!

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Apr 29, 2015
Since rust-lang#24783, the style guidelines recommend that unit tests should live in a submodule `tests` rather than `test` to not clash with the possible use of libtest. This is especially important for benchmark tests as they require libtest. Fixes rust-lang#24923.
@bors bors merged commit f99658d into rust-lang:master Apr 30, 2015
@jooert jooert deleted the patch-1 branch April 30, 2015 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Benchmark example is broken in the book
5 participants