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

Use workspace.default-members to specify default crates for cargo build #19476

Merged
merged 5 commits into from Dec 7, 2017

Commits on Dec 7, 2017

  1. Move Stylo unit tests out of tests/unit

    This will allow writing `tests/unit/*` in the root `Cargo.toml` file
    to designate Servo unit tests.
    SimonSapin committed Dec 7, 2017
  2. Use workspace.default-members to specify default crates for 'cargo bu…

    …ild'
    
    … and 'cargo test', etc. Include Servo and its unit tests,
    but not Stylo because that would try to compile the style
    crate with incompatible feature flags:
    rust-lang/cargo#4463
    
    `workspace.default-members` was added in
    rust-lang/cargo#4743.
    Older Cargo versions ignore it.
    SimonSapin committed Dec 7, 2017
You can’t perform that action at this time.