summaryrefslogtreecommitdiff
path: root/test/test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.rs')
-rw-r--r--test/test.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.rs b/test/test.rs
index 8d0b6f14..b5e9847e 100644
--- a/test/test.rs
+++ b/test/test.rs
@@ -7,6 +7,7 @@ extern crate tempdir;
extern crate nix_test as nixtest;
mod sys;
+mod test_net;
mod test_nix_path;
mod test_stat;
mod test_unistd;