mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
5 lines
151 B
Rust
5 lines
151 B
Rust
// Single integration test binary that aggregates all test modules.
|
|
// linux-sandbox/tests/all.rs
|
|
// The submodules live in `tests/suite/`.
|
|
mod suite;
|