]> git.imager.perl.org - imager.git/blobdiff - bigtest.perl
- the image resulting from a crop is now the same type as the
[imager.git] / bigtest.perl
index 1d45f44898018906833dcff133d7460d00ec2392..dd04dac362acb93481a56b4907c14a98e997bb90 100644 (file)
@@ -1,7 +1,7 @@
 #!perl -w
 use strict;
 # tests Imager with every combination of options
-my @opts = qw(jpeg tiff png gif ungif T1-fonts TT-fonts);
+my @opts = qw(jpeg tiff png gif ungif T1-fonts TT-fonts freetype2);
 
 # each option gets a bit
 my %bits;
@@ -25,7 +25,7 @@ system("$make clean") if -e 'Makefile' && !$opts{d};
 for my $set (0..$top) {
   ++$total;
   $ENV{IM_ENABLE} = join(' ', grep($set & $bits{$_}, @opts));
-  print STDERR $opts{v} ? "Enable: $ENV{IM_ENABLE}\n" : '.';
+  print STDERR $opts{v} ? "$set/$top Enable: $ENV{IM_ENABLE}\n" : '.';
   system("echo '****' \$IM_ENABLE >>testout/bigtest.txt");
   if ($opts{d}) {
     if (system("$make $makeopts disttest >>testout/bigtest.txt 2>&1")) {