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