Auto merge of #16935 - servo:out-of-crate-bindings-tests, r=emilio

Move bindings tests out of the style crate

This cuts in almost half the time to run:

```
touch components/style/lib.rs
./mach test-stylo
```

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16935)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-05-19 03:48:14 -05:00 committed by GitHub
commit a01ab9ad34
13 changed files with 37 additions and 41 deletions

2
Cargo.lock generated
View file

@ -2882,6 +2882,7 @@ dependencies = [
"servo_atoms 0.0.1",
"servo_config 0.0.1",
"servo_url 0.0.1",
"size_of_test 0.0.1",
"style 0.0.1",
"style_traits 0.0.1",
]
@ -2911,6 +2912,7 @@ dependencies = [
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
"selectors 0.18.0",
"size_of_test 0.0.1",
"style 0.0.1",
"style_traits 0.0.1",
]