diff --git a/tests/Makefile b/tests/Makefile
index a94a12ec86238cd280289c3a1b34f006698a61d2..576dd028ae6a44ed349a5202656a4107a92736c6 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -36,7 +36,7 @@ vsynth1/0.pgm: videogen
 
 vsynth2/0.pgm: rotozoom
 	@mkdir -p vsynth2
-	./rotozoom 'vsynth2/'
+	./rotozoom 'vsynth2/' $(SRC_PATH)/tests/lena.pnm
 
 videogen: videogen.c
 	$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $<