Skip to content

Adapt benchmark tests to unit test guidelines #24931

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 30, 2015
Merged

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