diff options
author | Måns Rullgård | 2010-07-20 18:10:24 +0000 |
---|---|---|
committer | Måns Rullgård | 2010-07-20 18:10:24 +0000 |
commit | f6ae77d46909c04454233191d6c2d8eff8fc529b (patch) | |
tree | 15d7302716d986f400697acfc0b7ebddfd12fc6d /Makefile | |
parent | 096971e8923a3e12018fd9b9a781226a2f34ed17 (diff) |
Change message tag for tests to simply TEST
Originally committed as revision 24369 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -268,7 +268,7 @@ fate: $(FATE) fate2: $(FATE2_TESTS) $(FATE): ffmpeg$(EXESUF) tests/tiny_psnr$(HOSTEXESUF) - @echo "TEST FATE $(@:fate-%=%)" + @echo "TEST $(@:fate-%=%)" $(Q)$(SRC_PATH)/tests/fate-run.sh $@ "$(SAMPLES)" "$(TARGET_EXEC)" "$(TARGET_PATH)" '$(CMD)' '$(CMP)' '$(REF)' '$(FUZZ)' .PHONY: documentation *test regtest-* alltools check config |