mirror of https://git.ffmpeg.org/ffmpeg.git
fail if a test fails instead of contuing as if everything was ok
Originally committed as revision 1767 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a90fb38bfa
commit
6692d61b12
|
@ -21,8 +21,8 @@ test-server: vsynth1/0.pgm asynth1.sw
|
|||
|
||||
# fast regression tests for all codecs
|
||||
test mpeg4 mpeg: vsynth1/0.pgm vsynth2/0.pgm asynth1.sw tiny_psnr
|
||||
@$(SRC_PATH)/tests/regression.sh $@ $(REFFILE1) vsynth1 || true
|
||||
@$(SRC_PATH)/tests/regression.sh $@ $(REFFILE2) vsynth2 || true
|
||||
@$(SRC_PATH)/tests/regression.sh $@ $(REFFILE1) vsynth1
|
||||
@$(SRC_PATH)/tests/regression.sh $@ $(REFFILE2) vsynth2
|
||||
|
||||
# fast regression for libav formats
|
||||
libavtest: vsynth1/0.pgm asynth1.sw
|
||||
|
|
Loading…
Reference in New Issue