summaryrefslogtreecommitdiffstats
path: root/vendor/rustix/tests/termios/main.rs
blob: d9ad9338bb688a8ba5bb61699b1870e931f2bd32 (plain)
1
2
3
4
5
6
7
8
9
10
//! Tests for [`rustix::termios`].

#![cfg_attr(target_os = "wasi", feature(wasi_ext))]
#![cfg_attr(io_lifetimes_use_std, feature(io_safety))]
#![cfg(feature = "termios")]

#[cfg(not(windows))]
mod isatty;
#[cfg(not(windows))]
mod ttyname;