diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-03-31 15:57:26 -0400 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-04-01 15:56:08 -0400 |
commit | 0aaa45ef6962d8aee467fb11ed5c154cbad3de66 (patch) | |
tree | 20c5beca4d95c648718b8fea5ffa0ac0785a24a5 /tests/fate/real.mak | |
parent | 95587d29d73c5cdf39062fde3f21436f8abf3e79 (diff) | |
download | ffmpeg-0aaa45ef6962d8aee467fb11ed5c154cbad3de66.tar.gz |
FATE: Add RALF decoding test
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'tests/fate/real.mak')
-rw-r--r-- | tests/fate/real.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/real.mak b/tests/fate/real.mak index f0e4917b6a..64b9c80b93 100644 --- a/tests/fate/real.mak +++ b/tests/fate/real.mak @@ -12,6 +12,9 @@ fate-ra-cook: CMD = pcm -i $(SAMPLES)/real/ra_cook.rm fate-ra-cook: CMP = oneoff fate-ra-cook: REF = $(SAMPLES)/real/ra_cook.pcm +FATE_TESTS += fate-ralf +fate-ralf: CMD = md5 -i $(SAMPLES)/lossless-audio/luckynight-partial.rmvb -vn -f s16le + FATE_TESTS += fate-rv30 fate-rv30: CMD = framecrc -flags +bitexact -dct fastint -idct simple -i $(SAMPLES)/real/rv30.rm -an |