diff options
Diffstat (limited to 'test/sys/mod.rs')
-rw-r--r-- | test/sys/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sys/mod.rs b/test/sys/mod.rs index 3dc430ee..c4391c72 100644 --- a/test/sys/mod.rs +++ b/test/sys/mod.rs @@ -41,3 +41,5 @@ mod test_pthread; target_os = "netbsd", target_os = "openbsd"))] mod test_ptrace; +#[cfg(any(target_os = "android", target_os = "linux"))] +mod test_timerfd; |