Skip to content

Commit d4ce08a

Browse files
committed
test codec packages
1 parent d57cc0d commit d4ce08a

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

test/REQUIRE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CodecZlib 0.1
2+
CodecBzip2 0.1
3+
CodecXz 0.1
4+
CodecZstd 0.1

test/runtests.jl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@ using Base.Test
8888
TranscodingStreams.test_roundtrip_write(IdentityStream, IdentityStream)
8989
end
9090

91-
installed = keys(Pkg.installed())
9291
for pkg in ["CodecZlib", "CodecBzip2", "CodecXz", "CodecZstd"]
93-
if pkg installed
94-
Pkg.test(pkg)
95-
else
96-
info("Skip testing", pkg, ".jl because it is not installed.")
97-
end
92+
Pkt.test(pkg)
9893
end

0 commit comments

Comments
 (0)