summaryrefslogtreecommitdiff
path: root/trunk/win
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-09-09 22:05:49 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-09-09 22:05:49 +0000
commitd6960cbc3b9c8a0ea461b018c932e0c4fcd19c5f (patch)
tree593616bb120138d42308b5880437608eb6ee847a /trunk/win
parent2178cc10adeb0f73178ea89ea6d7d1f6b5c99e6f (diff)
Use testimgflt.ppm in Windows tests
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@233 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/win')
-rwxr-xr-xtrunk/win/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/trunk/win/Makefile b/trunk/win/Makefile
index 381203e..9101c79 100755
--- a/trunk/win/Makefile
+++ b/trunk/win/Makefile
@@ -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
@@ -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