Skip to content

Commit

Permalink
Use testimgflt.ppm in Windows tests
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@233 632fc199-4ca6-4c93-a231-07263d6284db
  • Loading branch information
dcommander committed Sep 9, 2010
1 parent 5263a80 commit 585a017
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions win/Makefile
Expand Up @@ -243,7 +243,6 @@ nsi: all
-DPLATFORM="Visual C++" release/libjpeg-turbo.nsi
endif


test: testclean $(ODIR)/cjpeg.exe $(ODIR)/djpeg.exe $(ODIR)/jpegtran.exe \
$(ODIR)/jpegut.exe
cd $(ODIR); ./jpegut
Expand All @@ -258,7 +257,7 @@ test: testclean $(ODIR)/cjpeg.exe $(ODIR)/djpeg.exe $(ODIR)/jpegtran.exe \
$(ODIR)/djpeg -dct float -ppm -outfile $(ODIR)/testoutflt.ppm testorig.jpg
cmp testimgint.ppm $(ODIR)/testoutint.ppm
cmp testimgfst.ppm $(ODIR)/testoutfst.ppm
cmp testorig.ppm $(ODIR)/testoutflt.ppm
cmp testimgflt.ppm $(ODIR)/testoutflt.ppm
$(ODIR)/djpeg -dct int -bmp -colors 256 -outfile $(ODIR)/testout.bmp testorig.jpg
cmp testimg.bmp $(ODIR)/testout.bmp
$(ODIR)/cjpeg -dct int -progressive -outfile $(ODIR)/testoutp.jpg testorig.ppm
Expand Down

0 comments on commit 585a017

Please sign in to comment.