summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Gnatenko <ignatenko@redhat.com>2018-01-27 12:39:45 +0100
committerGitHub <noreply@github.com>2018-01-27 12:39:45 +0100
commit667ae50343adc5ba6eb3cd3b1805b8b1421f31ae (patch)
treec5a6e3931fcd68a3961bb499075f45b405f066d5
parent244ba416ce2d225cebf37bde0df53ad4cb064ceb (diff)
downloadnix-667ae50343adc5ba6eb3cd3b1805b8b1421f31ae.zip
Cargo.toml: don't exclude test files
Those are pretty useful for distributions to verify that crate actually work.
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 83cdaa0b..651c2184 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,8 +8,7 @@ license = "MIT"
categories = ["os::unix-apis"]
exclude = [
".gitignore",
- ".travis.yml",
- "test/**/*"
+ ".travis.yml"
]
[dependencies]