diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-10-05 14:27:44 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-10-10 10:49:51 +0200 |
commit | 096a5d76a547b65f027a3b981895e6fabe521818 (patch) | |
tree | 14d8775aacd524e86fdd3562115c42676a3f3861 /tests/fate/voice.mak | |
parent | 6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702 (diff) | |
download | ffmpeg-096a5d76a547b65f027a3b981895e6fabe521818.tar.gz |
fate: Refactor setting of environment variables for groups of tests
Diffstat (limited to 'tests/fate/voice.mak')
-rw-r--r-- | tests/fate/voice.mak | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/tests/fate/voice.mak b/tests/fate/voice.mak index b9b8aa6aae..8fe445aaa1 100644 --- a/tests/fate/voice.mak +++ b/tests/fate/voice.mak @@ -37,25 +37,20 @@ FATE_SAMPLES_AVCONV += $(FATE_G723_1) fate-g723_1: $(FATE_G723_1) FATE_G726 += fate-g726-encode-2bit -fate-g726-encode-2bit: tests/data/asynth-8000-1.wav -fate-g726-encode-2bit: SRC = tests/data/asynth-8000-1.wav fate-g726-encode-2bit: CMD = enc_dec_pcm wav md5 s16le $(SRC) -c:a g726 -b:a 16k FATE_G726 += fate-g726-encode-3bit -fate-g726-encode-3bit: tests/data/asynth-8000-1.wav -fate-g726-encode-3bit: SRC = tests/data/asynth-8000-1.wav fate-g726-encode-3bit: CMD = enc_dec_pcm wav md5 s16le $(SRC) -c:a g726 -b:a 24k FATE_G726 += fate-g726-encode-4bit -fate-g726-encode-4bit: tests/data/asynth-8000-1.wav -fate-g726-encode-4bit: SRC = tests/data/asynth-8000-1.wav fate-g726-encode-4bit: CMD = enc_dec_pcm wav md5 s16le $(SRC) -c:a g726 -b:a 32k FATE_G726 += fate-g726-encode-5bit -fate-g726-encode-5bit: tests/data/asynth-8000-1.wav -fate-g726-encode-5bit: SRC = tests/data/asynth-8000-1.wav fate-g726-encode-5bit: CMD = enc_dec_pcm wav md5 s16le $(SRC) -c:a g726 -b:a 40k +$(FATE_G726): tests/data/asynth-8000-1.wav +$(FATE_G726): SRC = tests/data/asynth-8000-1.wav + FATE_SAMPLES_AVCONV += $(FATE_G726) fate-g726: $(FATE_G726) |