aboutsummaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2010-09-09 22:05:49 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2010-09-09 22:05:49 +0000
commit4135eb84ccb894784eca8e6ca0cc6cd798ffa4b3 (patch)
tree04181970fc7c5a757321c2e2d1a7c5941a2540fa /win
parent1e7784a1997d212305c654a06d7e00a93604e6cc (diff)
Use testimgflt.ppm in Windows tests
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@233 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'win')
-rwxr-xr-xwin/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/win/Makefile b/win/Makefile
index 381203e..9101c79 100755
--- a/win/Makefile
+++ b/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