summaryrefslogtreecommitdiff
path: root/test/test.rs
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2021-06-13 19:42:13 -0600
committerAlan Somers <asomers@gmail.com>2021-06-13 20:13:32 -0600
commit48c7a07c428ccd680c23a18f269f3b887439d6d6 (patch)
treeb0e3dda01805352b450399b25cdc4903a70bbb53 /test/test.rs
parentcf57ae5b1273fe6796515351ff31e434a05e0e21 (diff)
downloadnix-48c7a07c428ccd680c23a18f269f3b887439d6d6.zip
Add nmount for FreeBSD.
Diffstat (limited to 'test/test.rs')
-rw-r--r--test/test.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.rs b/test/test.rs
index 5a5330b7..94f8e220 100644
--- a/test/test.rs
+++ b/test/test.rs
@@ -13,6 +13,8 @@ mod test_fcntl;
#[cfg(any(target_os = "android",
target_os = "linux"))]
mod test_kmod;
+#[cfg(target_os = "freebsd")]
+mod test_nmount;
#[cfg(any(target_os = "dragonfly",
target_os = "freebsd",
target_os = "fushsia",