projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a6cf0a
)
fate: print list of tests with "make fate-list"
author
Måns Rullgård
<mans@mansr.com>
Thu, 26 Aug 2010 13:58:45 +0000
(13:58 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Thu, 26 Aug 2010 13:58:45 +0000
(13:58 +0000)
Originally committed as revision 24947 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
15efd41
..
b81b655
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-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