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

5 lines
159 B
Rust

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