mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
11 lines
165 B
Rust
11 lines
165 B
Rust
// Aggregates all former standalone integration tests as modules.
|
|
mod bad;
|
|
mod cp;
|
|
mod good;
|
|
mod head;
|
|
mod literal;
|
|
mod ls;
|
|
mod parse_sed_command;
|
|
mod pwd;
|
|
mod sed;
|