7 lines
139 B
Rust
7 lines
139 B
Rust
// Aggregates all former standalone integration tests as modules.
|
|
mod apply_patch;
|
|
mod common;
|
|
mod output_schema;
|
|
mod resume;
|
|
mod sandbox;
|