mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move Stylo unit tests out of tests/unit
This will allow writing `tests/unit/*` in the root `Cargo.toml` file to designate Servo unit tests.
This commit is contained in:
parent
1a950d263a
commit
05a364c7b8
8 changed files with 2 additions and 2 deletions
|
@ -33,4 +33,4 @@ style = {path = "../../components/style", features = ["gecko"]}
|
|||
style_traits = {path = "../../components/style_traits"}
|
||||
|
||||
[dev-dependencies]
|
||||
stylo_tests = {path = "../../tests/unit/stylo"}
|
||||
stylo_tests = {path = "./tests"}
|
||||
|
|
|
@ -32,7 +32,7 @@ mod parsing;
|
|||
mod properties;
|
||||
mod rule_tree;
|
||||
mod size_of;
|
||||
#[path = "../stylo/specified_values.rs"]
|
||||
#[path = "../../../ports/geckolib/tests/specified_values.rs"]
|
||||
mod specified_values;
|
||||
mod str;
|
||||
mod stylesheets;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue