[FFmpeg-devel] [PATCH] split regression tests so make -jN can parallelise them
Diego Biurrun
diego
Sun Feb 3 19:26:45 CET 2008
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.
> +LAVF_TESTS = test-lavf
I still don't see the point of this variable, but if you insist...
The rest looks good, so apply whenever you feel like it.
Diego
More information about the ffmpeg-devel
mailing list