mirror of
https://github.com/openai/codex.git
synced 2026-09-15 12:08:01 +00:00
5 lines
149 B
Rust
5 lines
149 B
Rust
// Single integration test binary that aggregates all test modules.
|
|
// exec-server/tests/all.rs
|
|
// The submodules live in `tests/suite/`.
|
|
mod suite;
|