summaryrefslogtreecommitdiff
path: root/tests/fate/cdxl.mak
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fate/cdxl.mak')
-rw-r--r--tests/fate/cdxl.mak14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/fate/cdxl.mak b/tests/fate/cdxl.mak
new file mode 100644
index 0000000000..82ac27e430
--- /dev/null
+++ b/tests/fate/cdxl.mak
@@ -0,0 +1,14 @@
+FATE_CDXL += fate-cdxl-ham6
+fate-cdxl-ham6: CMD = framecrc -i $(SAMPLES)/cdxl/cat.cdxl -an -frames:v 16
+
+FATE_CDXL += fate-cdxl-ham8
+fate-cdxl-ham8: CMD = framecrc -i $(SAMPLES)/cdxl/mirage.cdxl -an -frames:v 1
+
+FATE_CDXL += fate-cdxl-pal8
+fate-cdxl-pal8: CMD = framecrc -i $(SAMPLES)/cdxl/maku.cdxl -pix_fmt rgb24 -frames:v 11
+
+FATE_CDXL += fate-cdxl-pal8-small
+fate-cdxl-pal8-small: CMD = framecrc -i $(SAMPLES)/cdxl/fruit.cdxl -an -pix_fmt rgb24 -frames:v 46
+
+FATE_TESTS += $(FATE_CDXL)
+fate-cdxl: $(FATE_CDXL)