Skip to content

Commit e009794

Browse files
author
bors-servo
authored
Auto merge of #170 - froydnj:test-file-packaging, r=SimonSapin
actually exclude test files from packaging package.exclude takes glob syntax for determining what files to exclude when excluding directories. Fixes #169. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-cssparser/170) <!-- Reviewable:end -->
2 parents 5e9c5cb + 2129da6 commit e009794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["css", "syntax", "parser"]
1212
license = "MPL-2.0"
1313
build = "build.rs"
1414

15-
exclude = ["src/css-parsing-tests"]
15+
exclude = ["src/css-parsing-tests/**", "src/big-data-url.css"]
1616

1717
[dev-dependencies]
1818
rustc-serialize = "0.3"

0 commit comments

Comments
 (0)