Skip to content

Commit 04777c1

Browse files
committed
test: Move more tests to libc-test/tests
Use autodetection for more tests that don't need a harness. (backport <#4574>) (cherry picked from commit 196f0ab)
1 parent 3ceeee1 commit 04777c1

File tree

5 files changed

+0
-20
lines changed

5 files changed

+0
-20
lines changed

libc-test/Cargo.toml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -65,31 +65,11 @@ name = "linux-termios"
6565
path = "test/linux_termios.rs"
6666
harness = false
6767

68-
[[test]]
69-
name = "makedev"
70-
path = "test/makedev.rs"
71-
harness = true
72-
73-
[[test]]
74-
name = "errqueue"
75-
path = "test/errqueue.rs"
76-
harness = true
77-
78-
[[test]]
79-
name = "sigrt"
80-
path = "test/sigrt.rs"
81-
harness = true
82-
8368
[[test]]
8469
name = "semver"
8570
path = "test/semver.rs"
8671
harness = false
8772

88-
[[test]]
89-
name = "primitive_types"
90-
path = "test/primitive_types.rs"
91-
harness = true
92-
9373
[[test]]
9474
name = "style"
9575
path = "test/check_style.rs"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)