Files
codex/codex-rs/exec/tests/all.rs
Gabriel Peal f6fda4c039 100
2026-01-24 09:05:09 -08:00

7 lines
181 B
Rust

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