Use the same file hierarchy as other crates, because separate files in tests are compiled as different executables. We prefer to compile a single executable named `it` and put the tests in modules under it.
1 line
15 B
Rust
1 line
15 B
Rust
mod functions;
|