summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-11-30 19:28:42 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-12-02 03:39:56 +0100
commit42801505cd82caf9cc71d6a3ab933d9f4a983600 (patch)
tree976edcee5f5cc821627a73fcb79b92731d400e95 /tests/Makefile
parented49b142bb8b67abf1aabf501972f09f11cc8ba7 (diff)
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/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index b4769919fe..84caed638d 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 $@