[FFmpeg-cvslog] fate: ffprobe tests require SAMPLES.
Nicolas George
git at videolan.org
Fri May 18 15:35:29 CEST 2012
ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Mon May 14 20:24:52 2012 +0200| [c0c2424f737fc5c7f0056751f5d8126b991bfe5d] | committer: Nicolas George
fate: ffprobe tests require SAMPLES.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c0c2424f737fc5c7f0056751f5d8126b991bfe5d
---
tests/Makefile | 1 +
tests/fate/probe.mak | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/Makefile b/tests/Makefile
index d656c7d..8544193 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -127,6 +127,7 @@ fate-seek: $(FATE_SEEK)
ifdef SAMPLES
FATE += $(FATE_LAVF_FATE)
FATE += $(FATE_FFMPEG)
+FATE += $(FATE_FULL) $(FATE_FULL-yes)
fate-rsync:
rsync -vaLW --timeout=60 --contimeout=60 rsync://fate.ffmpeg.org/fate-suite/ $(SAMPLES)
else
diff --git a/tests/fate/probe.mak b/tests/fate/probe.mak
index 8ebdc61..c366be8 100644
--- a/tests/fate/probe.mak
+++ b/tests/fate/probe.mak
@@ -10,7 +10,7 @@ fate-probe-format-roundup1414: REF = mpeg
FATE_PROBE_FORMAT += fate-probe-format-roundup2015
fate-probe-format-roundup2015: REF = dv
-FATE-$(CONFIG_FFPROBE) += $(FATE_PROBE_FORMAT)
+FATE_FULL-$(CONFIG_FFPROBE) += $(FATE_PROBE_FORMAT)
fate-probe-format: $(FATE_PROBE_FORMAT)
$(FATE_PROBE_FORMAT): ffprobe$(EXESUF)
More information about the ffmpeg-cvslog
mailing list