diff options
Diffstat (limited to 'test/test.rs')
-rw-r--r-- | test/test.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.rs b/test/test.rs index be1e0ad8..338de581 100644 --- a/test/test.rs +++ b/test/test.rs @@ -7,6 +7,9 @@ mod test_nix_path; mod test_stat; mod test_unistd; +#[cfg(any(target_os = "linux"))] +mod test_mq; + mod ports { use std::sync::atomic::{AtomicUsize, ATOMIC_USIZE_INIT}; use std::sync::atomic::Ordering::SeqCst; |