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, 2 insertions, 0 deletions
diff --git a/test/sys/mod.rs b/test/sys/mod.rs
index 46f29123..60a58dd1 100644
--- a/test/sys/mod.rs
+++ b/test/sys/mod.rs
@@ -25,6 +25,8 @@ mod test_uio;
#[cfg(target_os = "linux")]
mod test_epoll;
+#[cfg(target_os = "linux")]
+mod test_inotify;
mod test_pthread;
#[cfg(any(target_os = "android",
target_os = "dragonfly",