summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-10-17 23:03:49 +0300
committerMartin Storsjö <martin@martin.st>2011-10-18 10:45:17 +0300
commit73dbc89cbb8826e76ff4b8f8cdb42a850cb2c463 (patch)
treea8f8b4b2215fe46f8fc61f46b4bedcdc84505705 /tests
parentec5e521298f2a7c8b42f4d247dbf09009d400355 (diff)
fate: Add a target for creating a 16000 Hz mono synthetic audio file
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 1ec9dc342c..bf0ead7dfc 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -17,7 +17,11 @@ tests/data/asynth1.sw: tests/audiogen$(HOSTEXESUF)
@mkdir -p tests/data
$(M)./$< $@
-tests/data/asynth1.sw tests/vsynth%/00.pgm: TAG = GEN
+tests/data/asynth-16000-1.sw: tests/audiogen$(HOSTEXESUF)
+ @mkdir -p tests/data
+ $(M)./$< $@ 16000 1
+
+tests/data/asynth%.sw tests/vsynth%/00.pgm: TAG = GEN
include $(SRC_PATH)/tests/fate.mak
include $(SRC_PATH)/tests/fate2.mak