diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-01-11 13:42:17 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-01-19 00:45:21 +0100 |
commit | e5903e29725126e8f57cdff98950b95732c98c51 (patch) | |
tree | 38d916b3509b6fd76e544ccacf8478b853560f8c /tests/fate/vpx.mak | |
parent | 395e6402fed3d3d12ab8f5df7a665eb0b8f7a8dc (diff) | |
download | ffmpeg-e5903e29725126e8f57cdff98950b95732c98c51.tar.gz |
fate: add some shorthands to run groups of tests
Diffstat (limited to 'tests/fate/vpx.mak')
-rw-r--r-- | tests/fate/vpx.mak | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak index df6c4ab5fe..f55771e773 100644 --- a/tests/fate/vpx.mak +++ b/tests/fate/vpx.mak @@ -4,12 +4,15 @@ fate-ea-vp60: CMD = framecrc -i $(SAMPLES)/ea-vp6/g36.vp6 FATE_TESTS += fate-ea-vp61 fate-ea-vp61: CMD = framecrc -i $(SAMPLES)/ea-vp6/MovieSkirmishGondor.vp6 -t 4 -FATE_TESTS += fate-vp31 +FATE_VP3 += fate-vp31 fate-vp31: CMD = framecrc -i $(SAMPLES)/vp3/vp31.avi -FATE_TESTS += fate-vp3-coeff-level64 +FATE_VP3 += fate-vp3-coeff-level64 fate-vp3-coeff-level64: CMD = framecrc -i $(SAMPLES)/vp3/coeff_level64.mkv +FATE_TESTS += $(FATE_VP3) +fate-vp3: $(FATE_VP3) + FATE_TESTS += fate-vp5 fate-vp5: CMD = framecrc -i $(SAMPLES)/vp5/potter512-400-partial.avi -an |