Files
codex/codex-rs/test-binary-support/Cargo.toml
starr-openai b5bee4c008 Stabilize exec-server filesystem tests in CI
Move the arg0-based test-binary dispatch bootstrap into a shared test-only crate so core and exec-server can reuse the same current_exe-based harness without keeping exec-server-specific helper logic in codex-arg0.

Co-authored-by: Codex <noreply@openai.com>
2026-04-13 15:19:06 -07:00

16 lines
251 B
TOML

[package]
name = "codex-test-binary-support"
version.workspace = true
edition.workspace = true
license.workspace = true
[lib]
path = "lib.rs"
[lints]
workspace = true
[dependencies]
codex-arg0 = { workspace = true }
tempfile = { workspace = true }