Skip to content

Commit

Permalink
Add Stylo to cargotest
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Oct 24, 2017
1 parent f4f1858 commit 9d2e83e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/tools/cargotest/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ const TEST_REPOS: &'static [Test] = &[
lock: None,
packages: &[],
},
Test {
name: "servo",
repo: "https://github.com/servo/servo",
sha: "38fe9533b93e985657f99a29772bf3d3c8694822",
lock: None,
// Only test Stylo a.k.a. Quantum CSS, the parts of Servo going into Firefox.
// This takes much less time to build than all of Servo and supports stable Rust.
packages: &["stylo_tests", "selectors"],
},
];

fn main() {
Expand Down

0 comments on commit 9d2e83e

Please sign in to comment.