summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2010-07-10 23:50:17 +0000
committerVitor Sessak <vitor1001@gmail.com>2010-07-10 23:50:17 +0000
commite747ff1c636bdbad8a1f1175e2ce1e6c95e593ed (patch)
tree9abd89ebda520f85f9958261180f21b2939528ed /tests
parentb5bc74240237a35215be6b236a5a67a4143fc62d (diff)
Add Intel Music Coder regtest
Originally committed as revision 24180 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests')
-rw-r--r--tests/fate2.mak6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fate2.mak b/tests/fate2.mak
index 0f36829e7d..9a710c0de5 100644
--- a/tests/fate2.mak
+++ b/tests/fate2.mak
@@ -77,3 +77,9 @@ fate-qdm2: CMP = oneoff
fate-qdm2: REF = $(SAMPLES)/qt-surge-suite/surge-2-16-B-QDM2.pcm
fate-qdm2: FUZZ = 2
+FATE2_TESTS += fate-imc
+fate-imc: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/imc/imc.avi -f s16le -
+fate-imc: CMP = oneoff
+fate-imc: REF = $(SAMPLES)/imc/imc.pcm
+
+