diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2015-04-07 17:32:39 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2015-04-08 01:07:50 +0200 |
commit | d88770e09f76e89e51f69dd6a6b541600405b7bf (patch) | |
tree | 2b23a566d2a740753de1882d73b771fa1bdef18e /tests/unit/lib.rs | |
parent | 691222696ede82ab7bed219e1c4203200ad2a752 (diff) | |
download | servo-d88770e09f76e89e51f69dd6a6b541600405b7bf.tar.gz servo-d88770e09f76e89e51f69dd6a6b541600405b7bf.zip |
Move net::{data_loader,image_cache_task} unit tests into the unit_tests crate.
Diffstat (limited to 'tests/unit/lib.rs')
-rw-r--r-- | tests/unit/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/lib.rs b/tests/unit/lib.rs index de3799ef1e6..22e2d349bb6 100644 --- a/tests/unit/lib.rs +++ b/tests/unit/lib.rs @@ -2,7 +2,9 @@ extern crate geom; extern crate gfx; extern crate net; extern crate net_traits; +extern crate profile; extern crate util; +extern crate url; #[cfg(test)] #[path="gfx/mod.rs"] mod gfx_tests; #[cfg(test)] #[path="net/mod.rs"] mod net_tests; |