diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-15 12:08:42 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-15 12:08:42 +0000 |
commit | 9fd353e9b5b547b7f0b73f3f3cf7691ae30b260e (patch) | |
tree | 8e2283a86e23361ae2b42e3a526d50460ce0603a /tests/Makefile | |
parent | 827f056124c57327049e30e4174a2afa9f98946f (diff) | |
download | ffmpeg-9fd353e9b5b547b7f0b73f3f3cf7691ae30b260e.tar.gz |
0.pgm is now 00.pgm.
Originally committed as revision 6697 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/Makefile b/tests/Makefile index 835fab6cbf..41bd3872f6 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -16,25 +16,25 @@ LIBAV_REFFILE=$(VPATH)/libav.regression.ref all fulltest test: codectest libavtest test-server -test-server: vsynth1/0.pgm asynth1.sw +test-server: vsynth1/00.pgm asynth1.sw @$(VPATH)/server-regression.sh $(SERVER_REFFILE) $(VPATH)/test.conf # fast regression tests for all codecs -codectest mpeg4 mpeg ac3 snow snowll: vsynth1/0.pgm vsynth2/0.pgm asynth1.sw tiny_psnr$(EXESUF) +codectest mpeg4 mpeg ac3 snow snowll: vsynth1/00.pgm vsynth2/00.pgm asynth1.sw tiny_psnr$(EXESUF) @$(VPATH)/regression.sh $@ $(REFFILE1) vsynth1 @$(VPATH)/regression.sh $@ $(REFFILE2) vsynth2 # fast regression for libav formats -libavtest: vsynth1/0.pgm asynth1.sw +libavtest: vsynth1/00.pgm asynth1.sw @$(VPATH)/regression.sh $@ $(LIBAV_REFFILE) vsynth1 # video generation -vsynth1/0.pgm: videogen$(EXESUF) +vsynth1/00.pgm: videogen$(EXESUF) @mkdir -p vsynth1 ./videogen 'vsynth1/' -vsynth2/0.pgm: rotozoom$(EXESUF) +vsynth2/00.pgm: rotozoom$(EXESUF) @mkdir -p vsynth2 ./rotozoom 'vsynth2/' $(VPATH)/lena.pnm |