Make css-properties.json checking a proper unit test.

This commit is contained in:
Simon Sapin 2016-04-26 16:05:24 +02:00
parent cb42be9827
commit a3b271266c
5 changed files with 57 additions and 24 deletions

View file

@ -10,6 +10,7 @@ extern crate app_units;
extern crate cssparser;
extern crate euclid;
extern crate msg;
extern crate rustc_serialize;
extern crate selectors;
#[macro_use(atom, ns)] extern crate string_cache;
extern crate style;
@ -20,6 +21,7 @@ extern crate util;
#[cfg(test)] mod attr;
#[cfg(test)] mod logical_geometry;
#[cfg(test)] mod media_queries;
#[cfg(test)] mod properties;
#[cfg(test)] mod stylesheets;
#[cfg(test)] mod viewport;