PWM tests

This commit is contained in:
Fernando Jiménez Moreno 2017-07-21 14:58:30 +02:00
parent 06b409ad60
commit 585d0e52af
6 changed files with 166 additions and 0 deletions

16
tests/unit/metrics/lib.rs Normal file
View 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;