Browse Source

fate: Add a target for creating a 16000 Hz mono synthetic audio file

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n0.9
Martin Storsjö 13 years ago
parent
commit
73dbc89cbb
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      tests/Makefile

+ 5
- 1
tests/Makefile View 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


Loading…
Cancel
Save