Skip to content

Commit

Permalink
test_roundtrip_seekstart (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 authored Jun 11, 2024
1 parent 9749124 commit c814a4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ using Test
TranscodingStreams.test_roundtrip_read(XzCompressorStream, XzDecompressorStream)
TranscodingStreams.test_roundtrip_write(XzCompressorStream, XzDecompressorStream)
TranscodingStreams.test_roundtrip_lines(XzCompressorStream, XzDecompressorStream)
if isdefined(TranscodingStreams, :test_roundtrip_seekstart)
TranscodingStreams.test_roundtrip_seekstart(XzCompressorStream, XzDecompressorStream)
end
TranscodingStreams.test_roundtrip_transcode(XzCompressor, XzDecompressor)

@test_throws ArgumentError XzCompressor(level=10)
Expand Down

0 comments on commit c814a4c

Please sign in to comment.