diff options
author | Michael Niedermayer | 2014-11-30 19:47:45 +0100 |
---|---|---|
committer | Michael Niedermayer | 2014-12-02 03:02:30 +0100 |
commit | ed49b142bb8b67abf1aabf501972f09f11cc8ba7 (patch) | |
tree | ee4cf7946fa262fbbd4afab68542cf76c5c44957 /tests/Makefile | |
parent | 24e7e0237b6eb95a649dc62bd70817a12c6c6ea6 (diff) |
tests: Rename vsynth2 to vsynth_lena
This avoids confusion with a growing number of vsynth tests
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 7ef81329a3..b4769919fe 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -30,7 +30,7 @@ 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 +tests/data/vsynth_lena.yuv: tests/rotozoom$(HOSTEXESUF) | tests/data $(M)$< $(SAMPLES)/lena.pnm $@ tests/data/vsynth3.yuv: tests/videogen$(HOSTEXESUF) | tests/data |