mirror of https://git.ffmpeg.org/ffmpeg.git
fate: echo fate-run command with V=1
Originally committed as revision 24328 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3673f4ab08
commit
2e204aeb1b
2
Makefile
2
Makefile
|
@ -285,7 +285,7 @@ fate: $(FATE_TESTS)
|
|||
fate2: $(FATE2_TESTS)
|
||||
$(FATE_TESTS): ffmpeg$(EXESUF) tests/tiny_psnr$(HOSTEXESUF)
|
||||
@echo "TEST FATE $(@:fate-%=%)"
|
||||
@$(SRC_PATH)/tests/fate-run.sh $@ "$(SAMPLES)" "$(TARGET_EXEC)" "$(TARGET_PATH)" '$(CMD)' '$(CMP)' '$(REF)' '$(FUZZ)'
|
||||
$(Q)$(SRC_PATH)/tests/fate-run.sh $@ "$(SAMPLES)" "$(TARGET_EXEC)" "$(TARGET_PATH)" '$(CMD)' '$(CMP)' '$(REF)' '$(FUZZ)'
|
||||
else
|
||||
fate fate2 $(FATE_TESTS):
|
||||
@echo "SAMPLES not specified, cannot run FATE"
|
||||
|
|
Loading…
Reference in New Issue