Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-07-27 03:44:06 +0400
committerMåns Rullgård <mans@mansr.com>2010-07-27 03:44:06 +0400
commitb82be636880a8dece6205bdcded8136bbd6ce5d6 (patch)
tree328be0c62cf10bcb08508cffc8c2a4302a7892c8 /Makefile
parentbb5cecdc5283005c0806ded7d8055425c440d520 (diff)
fate: create report files
Originally committed as revision 24529 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bba9d9aa8b..677406ed19 100644
--- a/Makefile
+++ b/Makefile
@@ -271,10 +271,12 @@ fate2 $(FATE_TESTS):
@echo "SAMPLES not specified, cannot run FATE"
endif
+FATE_UTILS = base64 tiny_psnr
+
fate: $(FATE)
fate2: $(FATE2_TESTS)
-$(FATE): ffmpeg$(EXESUF) tests/tiny_psnr$(HOSTEXESUF)
+$(FATE): ffmpeg$(EXESUF) $(FATE_UTILS:%=tests/%$(HOSTEXESUF))
@echo "TEST $(@:fate-%=%)"
$(Q)$(SRC_PATH)/tests/fate-run.sh $@ "$(SAMPLES)" "$(TARGET_EXEC)" "$(TARGET_PATH)" '$(CMD)' '$(CMP)' '$(REF)' '$(FUZZ)'