diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-12-14 15:07:55 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-12-30 22:18:10 +0100 |
commit | 51150cf070c28b3f71165f9bf05ff556fc9f8a7c (patch) | |
tree | e02db30ad6683e68a4a6ebfaa5223af7702eb777 /tests/fate/voice.mak | |
parent | c7cb1730da621742db96669ab6e3e6b3f97fd00d (diff) | |
download | ffmpeg-51150cf070c28b3f71165f9bf05ff556fc9f8a7c.tar.gz |
fate: split off voice codec FATE tests into their own file
Diffstat (limited to 'tests/fate/voice.mak')
-rw-r--r-- | tests/fate/voice.mak | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/fate/voice.mak b/tests/fate/voice.mak new file mode 100644 index 0000000000..51cc2ae37e --- /dev/null +++ b/tests/fate/voice.mak @@ -0,0 +1,22 @@ +FATE_TESTS += fate-g722dec-1 +fate-g722dec-1: CMD = framecrc -i $(SAMPLES)/g722/conf-adminmenu-162.g722 + +FATE_TESTS += fate-g722enc +fate-g722enc: tests/data/asynth-16000-1.sw +fate-g722enc: CMD = md5 -ar 16000 -ac 1 -f s16le -i $(TARGET_PATH)/tests/data/asynth-16000-1.sw -acodec g722 -ac 1 -f g722 + +FATE_TESTS += fate-gsm +fate-gsm: CMD = framecrc -i $(SAMPLES)/gsm/sample-gsm-8000.mov -t 10 + +FATE_TESTS += fate-gsm-ms +fate-gsm-ms: CMD = framecrc -i $(SAMPLES)/gsm/ciao.wav + +FATE_TESTS += fate-qcelp +fate-qcelp: CMD = pcm -i $(SAMPLES)/qcp/0036580847.QCP +fate-qcelp: CMP = oneoff +fate-qcelp: REF = $(SAMPLES)/qcp/0036580847.pcm + +FATE_TESTS += fate-truespeech +fate-truespeech: CMD = pcm -i $(SAMPLES)/truespeech/a6.wav +fate-truespeech: CMP = oneoff +fate-truespeech: REF = $(SAMPLES)/truespeech/a6.pcm |