diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-04-03 15:39:17 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-04-03 15:39:17 +0000 |
commit | d13eef3d3dd87e9f116800ba9c43d40ea2cc3274 (patch) | |
tree | 05bc10e4303c3e5bd2c36a987fe4c3cd41a47f82 /tests/Makefile | |
parent | 589f82202c19c71ba6f430964a0f4d5ba52180af (diff) | |
download | ffmpeg-d13eef3d3dd87e9f116800ba9c43d40ea2cc3274.tar.gz |
snow regression test
Originally committed as revision 4100 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 6e3a5ffb3d..66af99ea17 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -21,7 +21,7 @@ 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 -codectest mpeg4 mpeg ac3: vsynth1/0.pgm vsynth2/0.pgm asynth1.sw tiny_psnr +codectest mpeg4 mpeg ac3 snow: vsynth1/0.pgm vsynth2/0.pgm asynth1.sw tiny_psnr @$(SRC_PATH)/tests/regression.sh $@ $(REFFILE1) vsynth1 @$(SRC_PATH)/tests/regression.sh $@ $(REFFILE2) vsynth2 |