Add unit test for plugin

This commit is contained in:
Manish Goregaokar 2015-06-02 16:38:46 +05:30
parent 2551cce51e
commit 7bc88d541f
4 changed files with 41 additions and 0 deletions

View file

@ -1280,6 +1280,7 @@ name = "util_tests"
version = "0.0.1"
dependencies = [
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
"plugins 0.0.1",
"util 0.0.1",
]