diff options
Diffstat (limited to 'test/test.rs')
-rw-r--r-- | test/test.rs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/test.rs b/test/test.rs index 14cbd7bc..cd2c08ed 100644 --- a/test/test.rs +++ b/test/test.rs @@ -11,7 +11,11 @@ extern crate tempfile; mod sys; mod test_fcntl; -#[cfg(target_os = "linux")] +#[cfg(any(target_os = "dragonfly", + target_os = "freebsd", + target_os = "fushsia", + target_os = "linux", + target_os = "netbsd"))] mod test_mq; mod test_net; mod test_nix_path; |