diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-05-14 20:24:52 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-05-18 15:19:03 +0200 |
commit | c0c2424f737fc5c7f0056751f5d8126b991bfe5d (patch) | |
tree | 83be47dc291793d76f536cdc2a02ae36b98cd290 | |
parent | ae1ab8265bad5481b5842ee3aff4872d1fe4d34d (diff) | |
download | ffmpeg-c0c2424f737fc5c7f0056751f5d8126b991bfe5d.tar.gz |
fate: ffprobe tests require SAMPLES.
-rw-r--r-- | tests/Makefile | 1 | ||||
-rw-r--r-- | tests/fate/probe.mak | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index d656c7dfff..854419389e 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 8ebdc610cc..c366be8962 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) |