[FFmpeg-devel] [PATCH 3/3] fate: libavutil tests do not require SAMPLES.

Nicolas George nicolas.george at normalesup.org
Mon Apr 16 13:33:39 CEST 2012


Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
---
 tests/Makefile           |    1 +
 tests/fate/libavutil.mak |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/Makefile b/tests/Makefile
index a47ee71..1a94663 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -93,6 +93,7 @@ FATE_SEEK    = $(SEEK_TESTS:seek_%=fate-seek-%)
 FATE = $(FATE_ACODEC)                                                   \
        $(FATE_VCODEC)                                                   \
        $(FATE_LAVF)                                                     \
+       $(FATE_LIBAVUTIL)                                                \
        $(FATE_SEEK)                                                     \
 
 FATE-$(CONFIG_AVFILTER) += $(FATE_LAVFI)
diff --git a/tests/fate/libavutil.mak b/tests/fate/libavutil.mak
index a4d4cf5..f91e112 100644
--- a/tests/fate/libavutil.mak
+++ b/tests/fate/libavutil.mak
@@ -45,5 +45,4 @@ FATE_LIBAVUTIL += fate-sha
 fate-sha: libavutil/sha-test$(EXESUF)
 fate-sha: CMD = run libavutil/sha-test
 
-FATE_TESTS += $(FATE_LIBAVUTIL)
 fate-libavutil: $(FATE_LIBAVUTIL)
-- 
1.7.2.5



More information about the ffmpeg-devel mailing list