#!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;
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")) {