File: fix-test-feature-requirements.diff

package info (click to toggle)
rust-librsvg 2.60.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,168 kB
  • sloc: makefile: 2
file content (57 lines) | stat: -rw-r--r-- 1,320 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Index: librsvg/Cargo.toml
===================================================================
--- librsvg.orig/Cargo.toml
+++ librsvg/Cargo.toml
@@ -102,10 +102,12 @@ path = "src/lib.rs"
 [[test]]
 name = "api"
 path = "tests/api.rs"
+required-features = ["test-utils"]
 
 [[test]]
 name = "bugs"
 path = "tests/bugs.rs"
+required-features = ["test-utils"]
 
 [[test]]
 name = "errors"
@@ -114,6 +116,7 @@ path = "tests/errors.rs"
 [[test]]
 name = "filters"
 path = "tests/filters.rs"
+required-features = ["test-utils"]
 
 [[test]]
 name = "geometries"
@@ -122,6 +125,7 @@ path = "tests/geometries.rs"
 [[test]]
 name = "intrinsic_dimensions"
 path = "tests/intrinsic_dimensions.rs"
+required-features = ["test-utils"]
 
 [[test]]
 name = "loading_crash"
@@ -130,6 +134,7 @@ path = "tests/loading_crash.rs"
 [[test]]
 name = "loading_disallowed"
 path = "tests/loading_disallowed.rs"
+required-features = ["test-utils"]
 
 [[test]]
 name = "primitive_geometries"
@@ -138,6 +143,7 @@ path = "tests/primitive_geometries.rs"
 [[test]]
 name = "primitives"
 path = "tests/primitives.rs"
+required-features = ["test-utils"]
 
 [[test]]
 name = "reference"
@@ -150,6 +156,7 @@ path = "tests/render_crash.rs"
 [[test]]
 name = "shapes"
 path = "tests/shapes.rs"
+required-features = ["test-utils"]
 
 [[test]]
 name = "text"