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 3ceeee1 commit 04777c1Copy full SHA for 04777c1
libc-test/Cargo.toml
@@ -65,31 +65,11 @@ name = "linux-termios"
65
path = "test/linux_termios.rs"
66
harness = false
67
68
-[[test]]
69
-name = "makedev"
70
-path = "test/makedev.rs"
71
-harness = true
72
-
73
74
-name = "errqueue"
75
-path = "test/errqueue.rs"
76
77
78
79
-name = "sigrt"
80
-path = "test/sigrt.rs"
81
82
83
[[test]]
84
name = "semver"
85
path = "test/semver.rs"
86
87
88
89
-name = "primitive_types"
90
-path = "test/primitive_types.rs"
91
92
93
94
name = "style"
95
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