core-agent-ide/codex-rs/exec-server/tests/suite/mod.rs

5 lines
208 B
Rust
Raw Normal View History

#[cfg(any(all(target_os = "macos", target_arch = "aarch64"), target_os = "linux"))]
mod accept_elicitation;
#[cfg(any(all(target_os = "macos", target_arch = "aarch64"), target_os = "linux"))]
mod list_tools;