mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Move util crate unit tests into a new unit_tests crate
This commit is contained in:
parent
3fb666cf60
commit
6d5406efc1
13 changed files with 222 additions and 183 deletions
4
tests/unit/lib.rs
Normal file
4
tests/unit/lib.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
extern crate geom;
|
||||
extern crate util;
|
||||
|
||||
#[cfg(test)] #[path="util/mod.rs"] mod util_tests;
|
Loading…
Add table
Add a link
Reference in a new issue