projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
010943c
)
FATE: add a pattern rule for generating asynth wav files
author
Justin Ruggles
<justin.ruggles@gmail.com>
Thu, 19 Apr 2012 01:41:01 +0000
(21:41 -0400)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Fri, 20 Apr 2012 14:23:57 +0000
(10:23 -0400)
tests/Makefile
patch
|
blob
|
history
diff --git
a/tests/Makefile
b/tests/Makefile
index 52a9fa34aa2eaac7c489735b4ff5350f69afde22..07c7b9dd6e310311b0365d0cbfd995b3b428992c 100644
(file)
--- 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