Skip to content

Commit

Permalink
Enable epoll tests on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
rtzoeller committed Oct 16, 2021
1 parent 6ca67ae commit 1a267d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sys/mod.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 1a267d5

Please sign in to comment.