summaryrefslogtreecommitdiff
path: root/test/sys/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/sys/mod.rs')
-rw-r--r--test/sys/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/sys/mod.rs b/test/sys/mod.rs
index d2c38c3e..5e5eed41 100644
--- a/test/sys/mod.rs
+++ b/test/sys/mod.rs
@@ -1,4 +1,7 @@
mod test_signal;
+#[cfg(any(target_os = "freebsd", target_os = "dragonfly", target_os = "ios",
+ target_os = "netbsd", target_os = "macos", target_os = "linux"))]
+mod test_aio;
mod test_socket;
mod test_sockopt;
mod test_termios;