Skip to content

Commit b439edf

Browse files
committed
add CodecXz.jl to tests
1 parent 8d7c3f7 commit b439edf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ Consult the [docs][docs-latest-url] for more details and examples.
2222
[codecov-url]: http://codecov.io/github/bicycle1885/TranscodingStreams.jl?branch=master
2323
[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
2424
[docs-latest-url]: https://bicycle1885.github.io/TranscodingStreams.jl/latest/
25-

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ using Base.Test
8989
end
9090

9191
installed = keys(Pkg.installed())
92-
for pkg in ["CodecZlib", "CodecZstd", "CodecBzip2"]
92+
for pkg in ["CodecZlib", "CodecBzip2", "CodecXz", "CodecZstd"]
9393
if pkg installed
9494
Pkg.test(pkg)
9595
else
96-
info("Skip ", pkg)
96+
info("Skip testing", pkg, ".jl because it is not installed.")
9797
end
9898
end

0 commit comments

Comments
 (0)