summaryrefslogtreecommitdiff
path: root/test/test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.rs')
-rw-r--r--test/test.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.rs b/test/test.rs
index 24260500..4b13fa44 100644
--- a/test/test.rs
+++ b/test/test.rs
@@ -119,6 +119,9 @@ mod test_nix_path;
mod test_poll;
mod test_pty;
#[cfg(any(target_os = "android",
+ target_os = "linux"))]
+mod test_sched;
+#[cfg(any(target_os = "android",
target_os = "freebsd",
target_os = "ios",
target_os = "linux",