Auto merge of #5574 - servo:unit-tests, r=jack

On my laptop, running `./mach test-unit` goes from about 11 minutes to 22 seconds, when run after `./mach build`.

Fix #5291.
This commit is contained in:
bors-servo 2015-04-07 21:16:49 -05:00
commit 017d105361
41 changed files with 2216 additions and 2023 deletions

View file

@ -66,6 +66,3 @@ pub mod script_task;
mod timers;
pub mod textinput;
mod devtools;
#[cfg(all(test, target_pointer_width = "64"))]
mod tests;