mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Split up the unit tests crate
This commit is contained in:
parent
fe61cdc95d
commit
7b9c9e1453
8 changed files with 135 additions and 51 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue