From 42801505cd82caf9cc71d6a3ab933d9f4a983600 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 30 Nov 2014 19:28:42 +0100 Subject: 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 --- tests/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/Makefile') 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 $@ -- cgit v1.2.3