fate: employ better names and add a convenient shorthand for vp6 tests
authorDiego Biurrun <diego@biurrun.de>
Wed, 9 May 2012 02:02:01 +0000 (04:02 +0200)
committerDiego Biurrun <diego@biurrun.de>
Fri, 11 May 2012 08:50:28 +0000 (10:50 +0200)
tests/fate/vpx.mak
tests/ref/fate/vp60 [moved from tests/ref/fate/ea-vp60 with 100% similarity]
tests/ref/fate/vp61 [moved from tests/ref/fate/ea-vp61 with 100% similarity]

index e18caf9..9b0be7a 100644 (file)
@@ -1,12 +1,3 @@
-FATE_EA_VP6 += fate-ea-vp60
-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_AVCONV += $(FATE_EA_VP6)
-fate-ea-vp6: $(FATE_EA_VP6)
-
 FATE_VP3 += fate-vp31
 fate-vp31: CMD = framecrc -i $(SAMPLES)/vp3/vp31.avi
 
@@ -19,12 +10,21 @@ fate-vp3: $(FATE_VP3)
 FATE_AVCONV += fate-vp5
 fate-vp5: CMD = framecrc -i $(SAMPLES)/vp5/potter512-400-partial.avi -an
 
-FATE_AVCONV += fate-vp6a
+FATE_VP6 += fate-vp60
+fate-vp60: CMD = framecrc -i $(SAMPLES)/ea-vp6/g36.vp6
+
+FATE_VP6 += fate-vp61
+fate-vp61: CMD = framecrc -i $(SAMPLES)/ea-vp6/MovieSkirmishGondor.vp6 -t 4
+
+FATE_VP6 += fate-vp6a
 fate-vp6a: CMD = framecrc -i $(SAMPLES)/flash-vp6/300x180-Scr-f8-056alpha.flv
 
-FATE_AVCONV += fate-vp6f
+FATE_VP6 += fate-vp6f
 fate-vp6f: CMD = framecrc -i $(SAMPLES)/flash-vp6/clip1024.flv
 
+FATE_AVCONV += $(FATE_VP6)
+fate-vp6: $(FATE_VP6)
+
 VP8_SUITE = 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017
 
 define FATE_VP8_SUITE
similarity index 100%
rename from tests/ref/fate/ea-vp60
rename to tests/ref/fate/vp60
similarity index 100%
rename from tests/ref/fate/ea-vp61
rename to tests/ref/fate/vp61