From 3eec1d41b4a947ba497f528e68da14a8befb85b9 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 16 Apr 2013 16:32:18 +0200 Subject: fate: Reuse VREF and AREF variables where appropriate --- tests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index d60ee5a26e..99039034ba 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -3,10 +3,10 @@ AREF = tests/data/asynth1.sw OBJDIRS += tests/data tests/vsynth1 -tests/vsynth1/00.pgm: tests/videogen$(HOSTEXESUF) | tests/vsynth1 +$(VREF): tests/videogen$(HOSTEXESUF) | tests/vsynth1 $(M)./$< 'tests/vsynth1/' -tests/data/asynth1.sw: tests/audiogen$(HOSTEXESUF) | tests/data +$(AREF): tests/audiogen$(HOSTEXESUF) | tests/data $(M)./$< $@ tests/data/asynth-%.wav: tests/audiogen$(HOSTEXESUF) | tests/data -- cgit v1.2.3