]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 6 Jan 2014 14:34:51 +0000 (14:34 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 6 Jan 2014 14:34:51 +0000 (14:34 +0000)
PerlMagick/Makefile.PL.in
PerlMagick/t/openjp2/input.jp2 [moved from PerlMagick/t/jp2/input.jp2 with 100% similarity]
PerlMagick/t/openjp2/input.jpc [moved from PerlMagick/t/jp2/input.jpc with 100% similarity]
PerlMagick/t/openjp2/input.pgx [moved from PerlMagick/t/jp2/input.pgx with 100% similarity]
PerlMagick/t/openjp2/read.t [moved from PerlMagick/t/jp2/read.t with 100% similarity]

index a7139852f92709c6607db33690a1c8cbd5e54939..a5e72223fc3515c99f13c7c66344bc8b9a9494da 100644 (file)
@@ -141,7 +141,7 @@ sub AutodetectDelegates {
 
 # Compute test specification
 my $delegate_tests='t/*.t';
-my @tested_delegates = qw/bzlib djvu fftw fontconfig freetype jpeg jng jp2 lcms mpeg png rsvg tiff x11 xml wmf zlib/;
+my @tested_delegates = qw/bzlib djvu fftw fontconfig freetype jpeg jng openjp2 lcms mpeg png rsvg tiff x11 xml wmf zlib/;
 my @supported_delegates = AutodetectDelegates();
 # find the intersection of tested and supported delegates
 my %seen_delegates = ();