Module: libav
Branch: master
Commit: 991362fab49b60d34d89b7b7d6dd00fbec3ce022

Author:    Vittorio Giovara <[email protected]>
Committer: Vittorio Giovara <[email protected]>
Date:      Mon Mar 17 01:24:30 2014 +0100

fate: add XBM tests

---

 tests/fate/image.mak |   10 ++++++++++
 tests/ref/fate/xbm10 |    2 ++
 tests/ref/fate/xbm11 |    2 ++
 3 files changed, 14 insertions(+)

diff --git a/tests/fate/image.mak b/tests/fate/image.mak
index 7bc5161..26cd6f0 100644
--- a/tests/fate/image.mak
+++ b/tests/fate/image.mak
@@ -107,3 +107,13 @@ FATE_TIFF-$(call DEMDEC, IMAGE2, TIFF) += $(FATE_TIFF)
 
 FATE_SAMPLES_AVCONV += $(FATE_TIFF-yes)
 fate-tiff: $(FATE_TIFF-yes)
+
+FATE_XBM += fate-xbm10
+fate-xbm10: CMD = framecrc -i $(TARGET_SAMPLES)/xbm/xl.xbm
+
+FATE_XBM += fate-xbm11
+fate-xbm11: CMD = framecrc -i $(TARGET_SAMPLES)/xbm/lbw.xbm
+
+FATE_XBM-$(call DEMDEC, IMAGE2, XBM) += $(FATE_XBM)
+FATE_SAMPLES_AVCONV += $(FATE_XBM-yes)
+fate-xbm: $(FATE_XBM-yes)
diff --git a/tests/ref/fate/xbm10 b/tests/ref/fate/xbm10
new file mode 100644
index 0000000..0038891
--- /dev/null
+++ b/tests/ref/fate/xbm10
@@ -0,0 +1,2 @@
+#tb 0: 1/25
+0,          0,          0,        1,       32, 0x777f0737
diff --git a/tests/ref/fate/xbm11 b/tests/ref/fate/xbm11
new file mode 100644
index 0000000..778e8ab
--- /dev/null
+++ b/tests/ref/fate/xbm11
@@ -0,0 +1,2 @@
+#tb 0: 1/25
+0,          0,          0,        1,     1500, 0x8b73635a

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to