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 /tests/Makefile | |
parent | ae1ab8265bad5481b5842ee3aff4872d1fe4d34d (diff) | |
download | ffmpeg-c0c2424f737fc5c7f0056751f5d8126b991bfe5d.tar.gz |
fate: ffprobe tests require SAMPLES.
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 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 |