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

Bring multiple test filtering to test/bench #6697

Closed
wants to merge 3 commits into from

Commits on Feb 25, 2019

  1. Configuration menu
    Copy the full SHA
    e1f4162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    422d1c0 View commit details
    Browse the repository at this point in the history
  3. Bring multiple test filtering to test/bench

    When more than one TESTNAME/BENCHNAME is specified, run the tests /
    doctests / benches once per name, passing the rest of the arguments to
    each invocation.  So, for instance
    
        cargo test foo bar --nocapture
    
    Will test foo with --nocapture first and then bar with --nocapture.
    dwijnand committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    6739529 View commit details
    Browse the repository at this point in the history