summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-07-19 17:17:39 +0000
committerMåns Rullgård <mans@mansr.com>2010-07-19 17:17:39 +0000
commit2e204aeb1bd5c1eaa547cceec6f3eee6119c174d (patch)
tree5388fb1979607b13e6537639fa2a774fc9778291 /Makefile
parent3673f4ab08bde72f45f49e0e257202fa51ed74a8 (diff)
fate: echo fate-run command with V=1
Originally committed as revision 24328 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa521efb7d..8b5639ebb1 100644
--- a/Makefile
+++ b/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"