Skip to content

Commit 01709f8

Browse files
authored
test CodecBase.jl (#15)
1 parent cf7c3fe commit 01709f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/REQUIRE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ CodecZlib 0.3
22
CodecBzip2 0.3
33
CodecXz 0.3
44
CodecZstd 0.3
5+
CodecBase 0.1

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,6 @@ end
224224
@test transcode(QuadrupleCodec(), b"ab") == b"aaaabbbb"
225225
end
226226

227-
for pkg in ["CodecZlib", "CodecBzip2", "CodecXz", "CodecZstd"]
227+
for pkg in ["CodecZlib", "CodecBzip2", "CodecXz", "CodecZstd", "CodecBase"]
228228
Pkg.test(pkg)
229229
end

0 commit comments

Comments
 (0)