diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-04-16 00:15:15 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-04-27 16:53:42 +0200 |
commit | 28663511c99b3cdaf9387a15032259879474f5f4 (patch) | |
tree | 1773d4fb414336bfdcf6d3956e33fe0606c129a4 /tests/fate | |
parent | 03b052c023e1f58d879cb7eeb6421ed39262d39d (diff) | |
download | ffmpeg-28663511c99b3cdaf9387a15032259879474f5f4.tar.gz |
fate: Invoke pixdesc lavfi tests through fate-run.sh
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/avfilter.mak | 3 | ||||
-rw-r--r-- | tests/fate/filter-video.mak | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/tests/fate/avfilter.mak b/tests/fate/avfilter.mak index e31f449c16..edca861c7e 100644 --- a/tests/fate/avfilter.mak +++ b/tests/fate/avfilter.mak @@ -1,5 +1,4 @@ -FATE_LAVFI = fate-lavfi-pixdesc \ - fate-lavfi-pixfmts_copy \ +FATE_LAVFI = fate-lavfi-pixfmts_copy \ fate-lavfi-pixfmts_crop \ fate-lavfi-pixfmts_hflip \ fate-lavfi-pixfmts_null \ diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak index 736b99f2fb..5238aade38 100644 --- a/tests/fate/filter-video.mak +++ b/tests/fate/filter-video.mak @@ -77,6 +77,10 @@ FATE_FILTER_VSYNTH-$(CONFIG_VFLIP_FILTER) += fate-filter-vflip_vflip fate-filter-vflip_vflip: CMD = video_filter "vflip,vflip" +FATE_FILTER_VSYNTH-$(CONFIG_FORMAT_FILTER) += fate-filter-pixdesc +fate-filter-pixdesc: CMD = pixdesc + + $(FATE_FILTER_VSYNTH-yes): $(VREF) $(FATE_FILTER_VSYNTH-yes): SRC = $(TARGET_PATH)/tests/vsynth1/%02d.pgm |