summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorChristophe Gisquet <christophe.gisquet@gmail.com>2014-05-30 11:58:57 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-06-10 20:24:49 +0200
commit8d02a55b1b93bfd0574306631d2de7614bfb47b4 (patch)
tree235c4e16c5521965ec3645b66010df8071a2a089 /tests/Makefile
parent1a2ff628593c6162f72364d25aeccc66663455ea (diff)
tests: add a third, 34x34, target
This should exercise the corner cases of numerous codecs. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 2a99199cb3..d58505a51f 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -3,6 +3,8 @@ FFSERVER_REFFILE = $(SRC_PATH)/tests/ffserver.regression.ref
VREF = tests/vsynth1/00.pgm
AREF = tests/data/asynth1.sw
+FATEW = 34
+FATEH = 34
$(AREF): CMP=
@@ -30,6 +32,9 @@ tests/data/vsynth1.yuv: tests/videogen$(HOSTEXESUF) | tests/data
tests/data/vsynth2.yuv: tests/rotozoom$(HOSTEXESUF) | tests/data
$(M)$< $(SRC_PATH)/tests/lena.pnm $@
+tests/data/vsynth3.yuv: tests/videogen$(HOSTEXESUF) | tests/data
+ $(M)$< $@ $(FATEW) $(FATEH)
+
tests/data/ffprobe-test.nut: ffmpeg$(EXESUF) | tests/data
$(M)$(TARGET_EXEC) ./$< \
-f lavfi -i "aevalsrc=sin(400*PI*2*t):d=0.125[out0]; testsrc=d=0.125[out1]; testsrc=s=100x100:d=0.125[out2]" \