summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-07-09 00:40:51 +0000
committerMåns Rullgård <mans@mansr.com>2010-07-09 00:40:51 +0000
commitaab3ea5f7d53d98d696b87b5661f45dfadd8600a (patch)
tree1cd18b0a2f1c0ade3ea849e0b5489624d1060074 /Makefile
parent3ade7d32c1f17f2f833ff17c2cbd46d6de66104c (diff)
fate: add oneoff comparison method
This adds the 'oneoff' comparison method. It compares two s16le pcm files with a max difference <= the fuzz factor treated as success. Default fuzz is 1. On failure, the full tiny_psnr output is printed. Originally committed as revision 24134 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 efb714f6c0..4752649d6f 100644
--- a/Makefile
+++ b/Makefile
@@ -279,7 +279,7 @@ include $(SRC_PATH_BARE)/tests/fate.mak
ifdef SAMPLES
fate: $(FATE_TESTS)
-$(FATE_TESTS): ffmpeg$(EXESUF)
+$(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)'
else