Add bz2 and zlib support
[slob.git] / t / Slob.t
index ef2aa21bf2bfef5117bc6ab38ad03850b76a05b9..70bc6e2a3399162f1a2de504ffc4ebb9dfdd45a0 100644 (file)
--- a/t/Slob.t
+++ b/t/Slob.t
@@ -2,11 +2,12 @@
 use strict;
 use warnings;
 
-use Test::More tests => 13;
+use Test::More tests => 25;
 BEGIN { use_ok('Slob') };
 
-for my $path (qw/freedict-uncompressed.slob freedict-lzma2.slob/) {
-       my $slob = Slob->new("t/$path");
+for my $path (<t/freedict-*.slob>) {
+       note "Now using $path";
+       my $slob = Slob->new($path);
 
        my $nr_of_entries = $slob->ref_count;
 
This page took 0.009525 seconds and 4 git commands to generate.