mirror of
https://github.com/servo/servo.git
synced 2025-08-24 14:48:21 +01:00
Move net::cookie unit tests into the unit_tests crate.
This commit is contained in:
parent
e0b98a35c4
commit
691222696e
7 changed files with 123 additions and 95 deletions
|
@ -1,6 +1,10 @@
|
|||
extern crate geom;
|
||||
extern crate gfx;
|
||||
extern crate net;
|
||||
extern crate net_traits;
|
||||
extern crate util;
|
||||
|
||||
#[cfg(test)] #[path="util/mod.rs"] mod util_tests;
|
||||
#[cfg(test)] #[path="gfx/mod.rs"] mod gfx_tests;
|
||||
#[cfg(test)] #[path="net/mod.rs"] mod net_tests;
|
||||
#[cfg(test)] #[path="util/mod.rs"] mod util_tests;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue