fate: print list of tests with "make fate-list"

Originally committed as revision 24947 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-08-26 13:58:45 +00:00
parent 0a6cf0afdc
commit d29d9cccf8
1 changed files with 3 additions and 0 deletions

View File

@ -289,4 +289,7 @@ $(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)'
fate-list:
@printf '%s\n' $(sort $(FATE))
.PHONY: documentation *test regtest-* alltools check config