From: Martin Storsjö Date: Mon, 17 Oct 2011 20:03:49 +0000 (+0300) Subject: fate: Add a target for creating a 16000 Hz mono synthetic audio file X-Git-Tag: v0.8b1~1079 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73dbc89cbb8826e76ff4b8f8cdb42a850cb2c463;p=platform%2Fupstream%2Flibav.git fate: Add a target for creating a 16000 Hz mono synthetic audio file Signed-off-by: Martin Storsjö --- diff --git a/tests/Makefile b/tests/Makefile index 1ec9dc3..bf0ead7 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