summaryrefslogtreecommitdiff
path: root/tests/fate/vpx.mak
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-05-08 22:07:26 +0100
committerMans Rullgard <mans@mansr.com>2012-05-09 14:13:34 +0100
commitf7c2dca0d9f63caeab7277e64b30fb5d6d3aa071 (patch)
treeae4ebff6ead4f8b228ba40af97e2b4f3052e9a06 /tests/fate/vpx.mak
parent63e01c2f19f18ac3fe8caf2c9740fb20a243e52c (diff)
fate: improve dependencies
This makes only tests actually using avconv depend on it. The remaining tests already depend on what they need. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/fate/vpx.mak')
-rw-r--r--tests/fate/vpx.mak12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak
index 02680d4151..e18caf9c32 100644
--- a/tests/fate/vpx.mak
+++ b/tests/fate/vpx.mak
@@ -4,7 +4,7 @@ fate-ea-vp60: CMD = framecrc -i $(SAMPLES)/ea-vp6/g36.vp6
FATE_EA_VP6 += fate-ea-vp61
fate-ea-vp61: CMD = framecrc -i $(SAMPLES)/ea-vp6/MovieSkirmishGondor.vp6 -t 4
-FATE_TESTS += $(FATE_EA_VP6)
+FATE_AVCONV += $(FATE_EA_VP6)
fate-ea-vp6: $(FATE_EA_VP6)
FATE_VP3 += fate-vp31
@@ -13,16 +13,16 @@ fate-vp31: CMD = framecrc -i $(SAMPLES)/vp3/vp31.avi
FATE_VP3 += fate-vp3-coeff-level64
fate-vp3-coeff-level64: CMD = framecrc -i $(SAMPLES)/vp3/coeff_level64.mkv
-FATE_TESTS += $(FATE_VP3)
+FATE_AVCONV += $(FATE_VP3)
fate-vp3: $(FATE_VP3)
-FATE_TESTS += fate-vp5
+FATE_AVCONV += fate-vp5
fate-vp5: CMD = framecrc -i $(SAMPLES)/vp5/potter512-400-partial.avi -an
-FATE_TESTS += fate-vp6a
+FATE_AVCONV += fate-vp6a
fate-vp6a: CMD = framecrc -i $(SAMPLES)/flash-vp6/300x180-Scr-f8-056alpha.flv
-FATE_TESTS += fate-vp6f
+FATE_AVCONV += fate-vp6f
fate-vp6f: CMD = framecrc -i $(SAMPLES)/flash-vp6/clip1024.flv
VP8_SUITE = 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017
@@ -49,5 +49,5 @@ endef
$(eval $(call FATE_VP8_FULL))
$(eval $(call FATE_VP8_FULL,-emu-edge,-flags +emu_edge))
-FATE_TESTS += $(FATE_VP8)
+FATE_AVCONV += $(FATE_VP8)
fate-vp8: $(FATE_VP8)