summaryrefslogtreecommitdiff
path: root/tests/fate/avfilter.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-04-16 01:42:38 +0200
committerDiego Biurrun <diego@biurrun.de>2013-04-27 16:53:42 +0200
commitb963f021b603509b5159873de4919dec441d0782 (patch)
tree0d8b39fbdec8d096bf1440914f1fa3c1c2ce7797 /tests/fate/avfilter.mak
parent28663511c99b3cdaf9387a15032259879474f5f4 (diff)
fate: Invoke pixfmts lavfi tests through fate-run.sh
Diffstat (limited to 'tests/fate/avfilter.mak')
-rw-r--r--tests/fate/avfilter.mak13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/fate/avfilter.mak b/tests/fate/avfilter.mak
deleted file mode 100644
index edca861c7e..0000000000
--- a/tests/fate/avfilter.mak
+++ /dev/null
@@ -1,13 +0,0 @@
-FATE_LAVFI = fate-lavfi-pixfmts_copy \
- fate-lavfi-pixfmts_crop \
- fate-lavfi-pixfmts_hflip \
- fate-lavfi-pixfmts_null \
- fate-lavfi-pixfmts_pad \
- fate-lavfi-pixfmts_scale \
- fate-lavfi-pixfmts_vflip \
-
-$(FATE_LAVFI): $(VREF) libavfilter/filtfmts-test$(EXESUF)
-$(FATE_LAVFI): CMD = lavfitest
-
-FATE_AVCONV += $(FATE_LAVFI)
-fate-lavfi: $(FATE_LAVFI)