summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index a94a12ec86..576dd028ae 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 $@ $<