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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sys/mod.rs b/test/sys/mod.rs
index e73d9b1d..60904bd1 100644
--- a/test/sys/mod.rs
+++ b/test/sys/mod.rs
@@ -30,7 +30,7 @@ mod test_ioctl;
mod test_wait;
mod test_uio;
-#[cfg(target_os = "linux")]
+#[cfg(any(target_os = "android", target_os = "linux"))]
mod test_epoll;
#[cfg(target_os = "linux")]
mod test_inotify;