Files
codex/codex-rs/exec/tests/all.rs
2026-03-21 15:14:45 -06:00

6 lines
160 B
Rust

// Single integration test binary that aggregates all test modules.
// The submodules live in `tests/suite/`.
mod suite;
mod event_processor_with_json_output;