[FFmpeg-cvslog] fate: split off Indeo FATE tests into their own file

Diego Biurrun git at videolan.org
Fri Dec 16 01:32:12 CET 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Dec 14 22:48:20 2011 +0100| [6146d78d35eb57bb304eaf33d8605e0e730a5c88] | committer: Diego Biurrun

fate: split off Indeo FATE tests into their own file

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6146d78d35eb57bb304eaf33d8605e0e730a5c88
---

 tests/Makefile       |    1 +
 tests/fate.mak       |    6 ------
 tests/fate/indeo.mak |    8 ++++++++
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/tests/Makefile b/tests/Makefile
index d1376c5..6b08619 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -36,6 +36,7 @@ include $(SRC_PATH)/tests/fate/dct.mak
 include $(SRC_PATH)/tests/fate/fft.mak
 include $(SRC_PATH)/tests/fate/h264.mak
 include $(SRC_PATH)/tests/fate/image.mak
+include $(SRC_PATH)/tests/fate/indeo.mak
 include $(SRC_PATH)/tests/fate/libavutil.mak
 include $(SRC_PATH)/tests/fate/lossless-audio.mak
 include $(SRC_PATH)/tests/fate/lossless-video.mak
diff --git a/tests/fate.mak b/tests/fate.mak
index 22787d5..c31b304 100644
--- a/tests/fate.mak
+++ b/tests/fate.mak
@@ -122,12 +122,6 @@ FATE_TESTS += fate-iff-ilbm
 fate-iff-ilbm: CMD = framecrc  -i $(SAMPLES)/iff/lms-matriks.ilbm -pix_fmt rgb24
 FATE_TESTS += fate-iff-pcm
 fate-iff-pcm: CMD = md5  -i $(SAMPLES)/iff/Bells -f s16le
-FATE_TESTS += fate-indeo2
-fate-indeo2: CMD = framecrc  -i $(SAMPLES)/rt21/VPAR0026.AVI
-FATE_TESTS += fate-indeo3
-fate-indeo3: CMD = framecrc  -i $(SAMPLES)/iv32/cubes.mov
-FATE_TESTS += fate-indeo5
-fate-indeo5: CMD = framecrc  -i $(SAMPLES)/iv50/Educ_Movie_DeadlyForce.avi -an
 FATE_TESTS += fate-interplay-mve-16bit
 fate-interplay-mve-16bit: CMD = framecrc  -i $(SAMPLES)/interplay-mve/descent3-level5-16bit-partial.mve -pix_fmt rgb24
 FATE_TESTS += fate-interplay-mve-8bit
diff --git a/tests/fate/indeo.mak b/tests/fate/indeo.mak
new file mode 100644
index 0000000..df07392
--- /dev/null
+++ b/tests/fate/indeo.mak
@@ -0,0 +1,8 @@
+FATE_TESTS += fate-indeo2
+fate-indeo2: CMD = framecrc -i $(SAMPLES)/rt21/VPAR0026.AVI
+
+FATE_TESTS += fate-indeo3
+fate-indeo3: CMD = framecrc -i $(SAMPLES)/iv32/cubes.mov
+
+FATE_TESTS += fate-indeo5
+fate-indeo5: CMD = framecrc -i $(SAMPLES)/iv50/Educ_Movie_DeadlyForce.avi -an



More information about the ffmpeg-cvslog mailing list