Browse Source

fate: libavutil tests do not require SAMPLES.

tags/n0.11
Nicolas George 14 years ago
parent
commit
68ca49dc72
2 changed files with 1 additions and 1 deletions
  1. +1
    -0
      tests/Makefile
  2. +0
    -1
      tests/fate/libavutil.mak

+ 1
- 0
tests/Makefile View File

@@ -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)


+ 0
- 1
tests/fate/libavutil.mak View File

@@ -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)

Loading…
Cancel
Save