Skip to content

Commit 6835a8f

Browse files
committed
simplify test-suite
1 parent 6fadbc7 commit 6835a8f

File tree

3 files changed

+0
-40
lines changed

3 files changed

+0
-40
lines changed

gix/Cargo.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ rust-version = "1.65"
1313
doctest = false
1414
test = true
1515

16-
[[test]]
17-
name = "gix"
18-
path = "tests/gix.rs"
19-
required-features = []
20-
21-
[[test]]
22-
name = "gix-with-regex"
23-
path = "tests/gix-with-regex.rs"
24-
required-features = ["regex"]
25-
2616
[[example]]
2717
name = "clone"
2818
path = "examples/clone.rs"

gix/tests/gix-with-regex.rs

Lines changed: 0 additions & 16 deletions
This file was deleted.

gix/tests/gix.rs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,16 @@
1-
#[cfg(not(feature = "revparse-regex"))]
21
mod util;
3-
#[cfg(not(feature = "revparse-regex"))]
42
use util::*;
53

6-
#[cfg(not(feature = "revparse-regex"))]
74
mod clone;
8-
#[cfg(not(feature = "revparse-regex"))]
95
mod commit;
10-
#[cfg(not(feature = "revparse-regex"))]
116
mod config;
12-
#[cfg(not(feature = "revparse-regex"))]
137
mod head;
14-
#[cfg(not(feature = "revparse-regex"))]
158
mod id;
16-
#[cfg(not(feature = "revparse-regex"))]
179
mod init;
18-
#[cfg(not(feature = "revparse-regex"))]
1910
mod object;
20-
#[cfg(not(feature = "revparse-regex"))]
2111
mod reference;
22-
#[cfg(not(feature = "revparse-regex"))]
2312
mod remote;
24-
#[cfg(not(feature = "revparse-regex"))]
2513
mod repository;
26-
#[cfg(not(feature = "revparse-regex"))]
2714
#[cfg(feature = "revision")]
2815
mod revision;
29-
#[cfg(not(feature = "revparse-regex"))]
3016
mod submodule;

0 commit comments

Comments
 (0)