summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-02-21 14:33:27 -0800
committerCarl Lerche <me@carllerche.com>2015-02-21 14:33:27 -0800
commit60ccee778b2adca488706c586bd61c5affa90de3 (patch)
treed8738241a4e5fa8fe02331f33ab190b980d507fd /Cargo.toml
parentb2454c9d793dfeb946d5e12f51ad571d32fa9987 (diff)
downloadnix-60ccee778b2adca488706c586bd61c5affa90de3.zip
Cleanup readv & writev + tests
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 215d53ae..defc2dab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,3 +22,8 @@ rand = "0.1.2"
[dev-dependencies.nix-test]
path = "nix-test"
version = "*"
+
+[[test]]
+
+name = "test"
+path = "test/test.rs"