3 lines
121 B
Rust
3 lines
121 B
Rust
// Single integration test binary that aggregates all test modules.
|
|
// The submodules live in `tests/suite/`.
|
|
mod suite;
|