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.
1 parent 65e2272 commit c3c9cf8Copy full SHA for c3c9cf8
Cargo.toml
@@ -135,8 +135,8 @@ name = "cordic"
135
required-features = ["cordic"]
136
137
[[test]]
138
-name = "pwm"
+name = "tests"
139
harness = false
140
141
[lib]
142
-test = false
+test = false
tests/pwm.rs renamed to tests/tests.rs
@@ -95,7 +95,7 @@ mod tests {
95
}
96
97
#[test]
98
- fn foo() {
+ fn pwm() {
99
use super::*;
100
101
// TODO: Is it ok to steal these?
0 commit comments