mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Move gfx unit tests to the unit_tests crate.
This commit is contained in:
parent
6d5406efc1
commit
e0b98a35c4
6 changed files with 168 additions and 160 deletions
|
@ -1,4 +1,6 @@
|
|||
extern crate geom;
|
||||
extern crate gfx;
|
||||
extern crate util;
|
||||
|
||||
#[cfg(test)] #[path="util/mod.rs"] mod util_tests;
|
||||
#[cfg(test)] #[path="gfx/mod.rs"] mod gfx_tests;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue