[FFmpeg-cvslog] fate: libavutil tests do not require SAMPLES.
Nicolas George
git at videolan.org
Tue Apr 17 12:11:49 CEST 2012
ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Mon Apr 16 13:19:07 2012 +0200| [68ca49dc7256bbe413ce29fa3fc47bb4143304c0] | committer: Nicolas George
fate: libavutil tests do not require SAMPLES.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=68ca49dc7256bbe413ce29fa3fc47bb4143304c0
---
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 37dc99e..2b49f07 100644
--- a/tests/fate/libavutil.mak
+++ b/tests/fate/libavutil.mak
@@ -41,5 +41,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)
More information about the ffmpeg-cvslog
mailing list