mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
PWM tests
This commit is contained in:
parent
06b409ad60
commit
585d0e52af
6 changed files with 166 additions and 0 deletions
16
tests/unit/metrics/lib.rs
Normal file
16
tests/unit/metrics/lib.rs
Normal file
|
@ -0,0 +1,16 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
extern crate euclid;
|
||||
extern crate gfx;
|
||||
extern crate ipc_channel;
|
||||
extern crate metrics;
|
||||
extern crate msg;
|
||||
extern crate net_traits;
|
||||
extern crate profile_traits;
|
||||
extern crate style;
|
||||
extern crate time;
|
||||
|
||||
#[cfg(test)]
|
||||
mod paint_time;
|
Loading…
Add table
Add a link
Reference in a new issue