summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-04-18 21:41:01 -0400
committerJustin Ruggles <justin.ruggles@gmail.com>2012-04-20 10:23:57 -0400
commit870165e217fcdebf721e8e8b0e9acf96395efd1b (patch)
treeffff7e16b1d8b7a383f8f92bfb2946cfe6c52d2f
parent010943c6ce85385cadd6fd6070fb1d88fd1e24e7 (diff)
FATE: add a pattern rule for generating asynth wav files
-rw-r--r--tests/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 52a9fa34aa..07c7b9dd6e 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -19,7 +19,10 @@ tests/data/asynth1.sw: tests/audiogen$(HOSTEXESUF) | tests/data
tests/data/asynth-16000-1.sw: tests/audiogen$(HOSTEXESUF) | tests/data
$(M)./$< $@ 16000 1
-tests/data/asynth%.sw tests/vsynth%/00.pgm: TAG = GEN
+tests/data/asynth-%.wav: tests/audiogen$(HOSTEXESUF) | tests/data
+ $(M)./$< $@ $(subst -, ,$*)
+
+tests/data/asynth% tests/vsynth%/00.pgm: TAG = GEN
include $(SRC_PATH)/tests/fate/aac.mak
include $(SRC_PATH)/tests/fate/ac3.mak