Add Stylo to cargotest

This commit is contained in:
Simon Sapin 2017-09-15 17:34:10 +02:00
parent f4f18586e7
commit 9d2e83e759

View File

@ -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() {