diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-11-30 19:28:42 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-12-02 03:39:56 +0100 |
commit | 42801505cd82caf9cc71d6a3ab933d9f4a983600 (patch) | |
tree | 976edcee5f5cc821627a73fcb79b92731d400e95 /tests/Makefile | |
parent | ed49b142bb8b67abf1aabf501972f09f11cc8ba7 (diff) | |
download | ffmpeg-streaming-42801505cd82caf9cc71d6a3ab933d9f4a983600.zip ffmpeg-streaming-42801505cd82caf9cc71d6a3ab933d9f4a983600.tar.gz |
tests: Add vsynth2 which uses the new reference.pnm
The file is already present in git and by using it we can perform more tests
without the need of fate samples
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index b476991..84caed6 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -30,6 +30,9 @@ tests/data/asynth-%.wav: tests/audiogen$(HOSTEXESUF) | tests/data tests/data/vsynth1.yuv: tests/videogen$(HOSTEXESUF) | tests/data $(M)$< $@ +tests/data/vsynth2.yuv: tests/rotozoom$(HOSTEXESUF) | tests/data + $(M)$< $(SRC_PATH)/tests/reference.pnm $@ + tests/data/vsynth_lena.yuv: tests/rotozoom$(HOSTEXESUF) | tests/data $(M)$< $(SAMPLES)/lena.pnm $@ |