summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKamal Marhubi <kamal@marhubi.com>2016-01-01 14:24:46 -0500
committerKamal Marhubi <kamal@marhubi.com>2016-01-27 21:37:25 -0500
commitd0881f63ec375b45a0b160a7017e4940b18edf4e (patch)
tree8df74fa69d2c711c16bda885325394c92c034bda /Cargo.toml
parent25ea210ef927c9cdb8fa1c9c6658a0659796e3f4 (diff)
downloadnix-d0881f63ec375b45a0b160a7017e4940b18edf4e.zip
Bring back mount
Fixes https://github.com/carllerche/nix-rust/issues/85
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ca5af728..7447e5f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,3 +40,8 @@ name = "test-signalfd"
path = "test/test_signalfd.rs"
harness = false
test = true
+
+[[test]]
+name = "test-mount"
+path = "test/test_mount.rs"
+harness = false