From 9d2e83e759379c5e86255da7aab04ba3c994796b Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Fri, 15 Sep 2017 17:34:10 +0200 Subject: [PATCH] Add Stylo to cargotest --- src/tools/cargotest/main.rs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/tools/cargotest/main.rs b/src/tools/cargotest/main.rs index 6faf307ad02..68cdcdd9c5d 100644 --- a/src/tools/cargotest/main.rs +++ b/src/tools/cargotest/main.rs @@ -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() {