fate: Add a target for creating a 16000 Hz mono synthetic audio file
authorMartin Storsjö <martin@martin.st>
Mon, 17 Oct 2011 20:03:49 +0000 (23:03 +0300)
committerMartin Storsjö <martin@martin.st>
Tue, 18 Oct 2011 07:45:17 +0000 (10:45 +0300)
Signed-off-by: Martin Storsjö <martin@martin.st>
tests/Makefile

index 1ec9dc3..bf0ead7 100644 (file)
@@ -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