diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-07-16 09:58:17 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-07-16 09:58:17 +0000 |
commit | abc152d78ee7eb294831cdd2343aad71d27e545c (patch) | |
tree | 55beb71970caa5b0e725d71c23154c7099bd0eb2 /tests/fate2.mak | |
parent | 41511ae6cfe19f46e387835b923009466ef5f296 (diff) | |
download | ffmpeg-abc152d78ee7eb294831cdd2343aad71d27e545c.tar.gz |
Add MS-GSM regtest
Originally committed as revision 24257 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/fate2.mak')
-rw-r--r-- | tests/fate2.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate2.mak b/tests/fate2.mak index 5420d40286..8c7fd7060a 100644 --- a/tests/fate2.mak +++ b/tests/fate2.mak @@ -152,3 +152,6 @@ FATE2_TESTS += fate-atrac3-3 fate-atrac3-3: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/atrac3/mc_sich_at3_132_small.wav -f s16le - fate-atrac3-3: CMP = oneoff fate-atrac3-3: REF = $(SAMPLES)/atrac3/mc_sich_at3_132_small.pcm + +FATE2_TESTS += fate-gsm +fate-gsm: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/gsm/ciao.wav -f framecrc - |