[FFmpeg-devel] [PATCH] split regression tests so make -jN can parallelise them

Diego Biurrun diego
Sun Feb 3 20:19:14 CET 2008


On Sun, Feb 03, 2008 at 06:31:11PM +0000, M?ns Rullg?rd wrote:
> Diego Biurrun <diego at biurrun.de> writes:
> 
> > On Mon, Jan 28, 2008 at 10:54:19PM +0000, M?ns Rullg?rd wrote:
> >> Diego Biurrun <diego at biurrun.de> writes:
> >> 
> >> > Just a cursory review, I'm getting tired, still there should be some
> >> > useful comments in there...
> >> 
> >> Latest incarnation attached.
> >> 
> >> --- a/Makefile
> >> +++ b/Makefile
> >> @@ -264,6 +264,97 @@ LIBAV_REFFILE    = $(SRC_PATH)/tests/libav.regression.ref
> >>  
> >> +CODEC_TESTS = $(addprefix test-,                \
> >
> > Maybe a better prefix would be regtest-, test is quite generic.  Also,
> > there are several other tests in libavutil and libavcodec.
> 
> True.
> 
> >> +LAVF_TESTS = test-lavf
> >
> > I still don't see the point of this variable, but if you insist...
> 
> http://git.mansr.com/?p=ffmpeg.mru;a=commit;h=9706cd44546503237246d1678eed782f48f72ef0

OK, if you plan on separating the lavf regression tests this makes
sense.

Commit, maybe with the rename i suggested above so that you can continue
working on your stuff more easily.

Diego




More information about the ffmpeg-devel mailing list