[FFmpeg-devel] [PATCH] fate: ffprobe tests require SAMPLES.
Nicolas George
nicolas.george at normalesup.org
Mon May 14 20:45:31 CEST 2012
Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
---
tests/Makefile | 1 +
tests/fate/probe.mak | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/Makefile b/tests/Makefile
index 03e2b30..a724e06 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 ae32af9..69210e8 100644
--- a/tests/fate/probe.mak
+++ b/tests/fate/probe.mak
@@ -10,7 +10,7 @@ fate-probe-format-roundup1414: REF = format_name=mpeg
FATE_PROBE_FORMAT += fate-probe-format-roundup2015
fate-probe-format-roundup2015: REF = format_name=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)
--
1.7.10
More information about the ffmpeg-devel
mailing list