diff options
author | Carl Lerche <me@carllerche.com> | 2015-10-20 11:31:48 -0700 |
---|---|---|
committer | Carl Lerche <me@carllerche.com> | 2015-10-20 11:31:48 -0700 |
commit | 2851a3549bf5593f221bd3653e3299f1486ef5a0 (patch) | |
tree | 1109901affe49ae5960119bae8c33ddad8a1a6a8 | |
parent | 3af6842881a0d92935bac559aadcde9fad881cf3 (diff) | |
download | nix-2851a3549bf5593f221bd3653e3299f1486ef5a0.zip |
Scope test by signalfd
-rw-r--r-- | test/test_signalfd.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_signalfd.rs b/test/test_signalfd.rs index bb8941fa..2ca5b61c 100644 --- a/test/test_signalfd.rs +++ b/test/test_signalfd.rs @@ -1,3 +1,5 @@ +#![cfg(feature = "signalfd")] + extern crate nix; use nix::unistd; |