summaryrefslogtreecommitdiff
path: root/tests/fate/indeo.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-01-11 13:42:17 +0100
committerDiego Biurrun <diego@biurrun.de>2012-01-19 00:45:21 +0100
commite5903e29725126e8f57cdff98950b95732c98c51 (patch)
tree38d916b3509b6fd76e544ccacf8478b853560f8c /tests/fate/indeo.mak
parent395e6402fed3d3d12ab8f5df7a665eb0b8f7a8dc (diff)
fate: add some shorthands to run groups of tests
Diffstat (limited to 'tests/fate/indeo.mak')
-rw-r--r--tests/fate/indeo.mak11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/fate/indeo.mak b/tests/fate/indeo.mak
index 36bf21bd8f..cf1625c114 100644
--- a/tests/fate/indeo.mak
+++ b/tests/fate/indeo.mak
@@ -1,11 +1,14 @@
-FATE_TESTS += fate-indeo2
+FATE_INDEO += fate-indeo2
fate-indeo2: CMD = framecrc -i $(SAMPLES)/rt21/VPAR0026.AVI
-FATE_TESTS += fate-indeo3
+FATE_INDEO += fate-indeo3
fate-indeo3: CMD = framecrc -i $(SAMPLES)/iv32/cubes.mov
-FATE_TESTS += fate-indeo4
+FATE_INDEO += fate-indeo4
fate-indeo4: CMD = framecrc -i $(SAMPLES)/iv41/indeo41-partial.avi -an
-FATE_TESTS += fate-indeo5
+FATE_INDEO += fate-indeo5
fate-indeo5: CMD = framecrc -i $(SAMPLES)/iv50/Educ_Movie_DeadlyForce.avi -an
+
+FATE_TESTS += $(FATE_INDEO)
+fate-indeo: $(FATE_INDEO)