Move script crate unit tests into the unit_tests crate.

This commit is contained in:
Simon Sapin 2015-04-07 18:35:18 +02:00
parent e5466a34c5
commit dc431c9bdb
8 changed files with 190 additions and 183 deletions

View file

@ -932,6 +932,7 @@ dependencies = [
"net 0.0.1",
"net_traits 0.0.1",
"profile 0.0.1",
"script 0.0.1",
"selectors 0.1.0 (git+https://github.com/servo/rust-selectors)",
"string_cache 0.0.0 (git+https://github.com/servo/string-cache)",
"string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)",