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 bd876ab commit b55172bCopy full SHA for b55172b
Cargo.toml
@@ -140,8 +140,8 @@ name = "cordic"
140
required-features = ["cordic"]
141
142
[[test]]
143
-name = "pwm"
+name = "tests"
144
harness = false
145
146
[lib]
147
-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