diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-04-16 13:19:07 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-04-17 12:01:31 +0200 |
commit | 68ca49dc7256bbe413ce29fa3fc47bb4143304c0 (patch) | |
tree | 0c9a6746fed160da083e029c4be1835dad816ad5 | |
parent | b0e7321cf067ea26b3f0c5cfc903c8ff2ea0e24a (diff) | |
download | ffmpeg-68ca49dc7256bbe413ce29fa3fc47bb4143304c0.tar.gz |
fate: libavutil tests do not require SAMPLES.
-rw-r--r-- | tests/Makefile | 1 | ||||
-rw-r--r-- | tests/fate/libavutil.mak | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index a47ee71bf6..1a94663c50 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 37dc99e469..2b49f07c40 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) |