We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libc-test/tests
1 parent b93598f commit 196f0abCopy full SHA for 196f0ab
libc-test/Cargo.toml
@@ -63,31 +63,11 @@ name = "linux-termios"
63
path = "test/linux_termios.rs"
64
harness = false
65
66
-[[test]]
67
-name = "makedev"
68
-path = "test/makedev.rs"
69
-harness = true
70
-
71
72
-name = "errqueue"
73
-path = "test/errqueue.rs"
74
75
76
77
-name = "sigrt"
78
-path = "test/sigrt.rs"
79
80
81
[[test]]
82
name = "semver"
83
path = "test/semver.rs"
84
85
86
87
-name = "primitive_types"
88
-path = "test/primitive_types.rs"
89
90
91
92
name = "style"
93
path = "test/check_style.rs"
libc-test/test/errqueue.rs renamed to libc-test/tests/errqueue.rs
libc-test/test/makedev.rs renamed to libc-test/tests/makedev.rs
libc-test/test/primitive_types.rs renamed to libc-test/tests/primitive_types.rs
libc-test/test/sigrt.rs renamed to libc-test/tests/sigrt.rs
0 commit comments