Skip to content
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

Add unit test checking to cargo check #4592

Merged
merged 6 commits into from
Oct 30, 2017
Merged

Commits on Oct 15, 2017

  1. Add unit test checking to cargo check

    - Add `--profile test` flag to `cargo check` that will enable checking of unit tests.
    - `--tests` will implicitly enable checking of unit tests within the lib.
    - Don't implicitly compile binaries when using just `--test` filters.
    - Fix erroneously linking tests when run with `--test`.
    
    Fixes rust-lang#3431, rust-lang#4003, rust-lang#4059, rust-lang#4330.
    ehuss committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    235712f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    390e957 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0acc67c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. Configuration menu
    Copy the full SHA
    3dd21d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e171e00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efc0dd1 View commit details
    Browse the repository at this point in the history