summaryrefslogtreecommitdiff
path: root/tests/fate/avfilter.mak
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-18 12:16:08 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-10-18 12:16:08 +0200
commit3777e6b3bf65be9a925187a9d008c5d422fe17b5 (patch)
tree6ab9a542129dd1bb6ac4ff6b572d714d1dba40c3 /tests/fate/avfilter.mak
parent9317b73f11c34e550a2ffcf01540824dbaa36036 (diff)
parentb93e934aeea44f3e92f0acd960e5d10151f14379 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: mips64: mark hi/lo registers clobbered in MAC64/MLS64 macros fate: list lavfi tests in a makefile Conflicts: configure tests/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate/avfilter.mak')
-rw-r--r--tests/fate/avfilter.mak58
1 files changed, 58 insertions, 0 deletions
diff --git a/tests/fate/avfilter.mak b/tests/fate/avfilter.mak
new file mode 100644
index 0000000000..3b06d0839f
--- /dev/null
+++ b/tests/fate/avfilter.mak
@@ -0,0 +1,58 @@
+FATE_LAVFI = fate-lavfi-alphaextract_rgb \
+ fate-lavfi-alphaextract_yuv \
+ fate-lavfi-alphamerge_rgb \
+ fate-lavfi-alphamerge_yuv \
+ fate-lavfi-colormatrix1 \
+ fate-lavfi-colormatrix2 \
+ fate-lavfi-crop \
+ fate-lavfi-crop_scale \
+ fate-lavfi-crop_scale_vflip \
+ fate-lavfi-crop_vflip \
+ fate-lavfi-drawbox \
+ fate-lavfi-edgedetect \
+ fate-lavfi-fade \
+ fate-lavfi-idet \
+ fate-lavfi-life \
+ fate-lavfi-null \
+ fate-lavfi-overlay \
+ fate-lavfi-pad \
+ fate-lavfi-pixfmts_copy \
+ fate-lavfi-pixfmts_crop \
+ fate-lavfi-pixfmts_hflip \
+ fate-lavfi-pixfmts_null \
+ fate-lavfi-pixfmts_pad \
+ fate-lavfi-pixfmts_pixdesctest \
+ fate-lavfi-pixfmts_scale \
+ fate-lavfi-pixfmts_super2xsai \
+ fate-lavfi-pixfmts_vflip \
+ fate-lavfi-scale200 \
+ fate-lavfi-scale500 \
+ fate-lavfi-select \
+ fate-lavfi-setdar \
+ fate-lavfi-setsar \
+ fate-lavfi-testsrc \
+ fate-lavfi-thumbnail \
+ fate-lavfi-tile \
+ fate-lavfi-tinterlace_merge \
+ fate-lavfi-tinterlace_pad \
+ fate-lavfi-transpose \
+ fate-lavfi-unsharp \
+ fate-lavfi-vflip \
+ fate-lavfi-vflip_crop \
+ fate-lavfi-vflip_vflip \
+
+FATE_LAVFI-$(CONFIG_MP_FILTER) += fate-lavfi-pp \
+ fate-lavfi-pp2 \
+ fate-lavfi-pp3 \
+ fate-lavfi-pp4 \
+ fate-lavfi-pp5 \
+ fate-lavfi-pp6 \
+
+FATE_LAVFI += $(FATE_LAVFI-yes)
+
+$(FATE_LAVFI): $(VREF) libavfilter/filtfmts-test$(EXESUF)
+$(FATE_LAVFI): CMD = lavfitest
+
+FATE_AVCONV += $(FATE_LAVFI)
+fate-lavfi: $(FATE_LAVFI)
+