diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-02-18 19:07:58 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-02-18 19:07:58 +0000 |
commit | 2dd59ebd4522d668404af416aba9d85eb7024417 (patch) | |
tree | 6c1b50998d7f9460431d4763a844d44a9b04a5ef /tests/Makefile | |
parent | fbf2284cd242e4d2b1051bc760e6393c0897b080 (diff) | |
download | ffmpeg-2dd59ebd4522d668404af416aba9d85eb7024417.tar.gz |
update libavformat regression checksums (it should be checked why exactly they changed ...), and always test libavformat in make test so this doesnt happen again
Originally committed as revision 2799 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile index f54f76f1a8..6e3a5ffb3d 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -14,13 +14,14 @@ SERVER_REFFILE=$(SRC_PATH)/tests/ffserver.regression.ref LIBAV_REFFILE=$(SRC_PATH)/tests/libav.regression.ref -all fulltest: test libavtest test-server +all fulltest: codectest libavtest test-server +test: codectest libavtest test-server: vsynth1/0.pgm asynth1.sw @$(SRC_PATH)/tests/server-regression.sh $(SERVER_REFFILE) $(SRC_PATH)/tests/test.conf # fast regression tests for all codecs -test mpeg4 mpeg ac3: vsynth1/0.pgm vsynth2/0.pgm asynth1.sw tiny_psnr +codectest mpeg4 mpeg ac3: vsynth1/0.pgm vsynth2/0.pgm asynth1.sw tiny_psnr @$(SRC_PATH)/tests/regression.sh $@ $(REFFILE1) vsynth1 @$(SRC_PATH)/tests/regression.sh $@ $(REFFILE2) vsynth2 |