Split up the unit tests crate

This commit is contained in:
Prabhjyot Singh Sodhi 2015-04-16 06:02:11 +05:30 committed by Simon Sapin
parent fe61cdc95d
commit 7b9c9e1453
8 changed files with 135 additions and 51 deletions

View file

@ -16,8 +16,20 @@ test = false
doc = false
bench = false
[dev-dependencies.unit_tests]
path = "../../tests/unit"
[dev-dependencies.gfx_tests]
path = "../../tests/unit/gfx"
[dev-dependencies.net_tests]
path = "../../tests/unit/net"
[dev-dependencies.script_tests]
path = "../../tests/unit/script"
[dev-dependencies.style_tests]
path = "../../tests/unit/style"
[dev-dependencies.util_tests]
path = "../../tests/unit/util"
[[test]]
name = "reftest"