summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/Makefile1
-rw-r--r--tests/fate/probe.mak2
2 files changed, 2 insertions, 1 deletions
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)
OpenPOWER on IntegriCloud